From 194b20a9dcb8417432cf7c2234000fa8b40388c4 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Thu, 23 Jun 2016 11:01:42 +0900 Subject: [PATCH] fix transition spec typo (#3141) --- test/unit/features/transition/transition-mode.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,