diff --git a/test/unit/features/transition/transition-mode.spec.js b/test/unit/features/transition/transition-mode.spec.js index 48719ba7..0702ccbe 100644 --- a/test/unit/features/transition/transition-mode.spec.js +++ b/test/unit/features/transition/transition-mode.spec.js @@ -236,7 +236,7 @@ if (!isIE9) { :key="view" class="test" transition="test" - transition-mode="in-out">{{view}} + transition-mode="in-out">{{view}} `, data: { view: 'one' }, components,