Skip to content

Commit 194b20a

Browse files
kazuponyyx990803
authored andcommitted
fix transition spec typo (#3141)
1 parent ebd8d5f commit 194b20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/features/transition/transition-mode.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ if (!isIE9) {
236236
:key="view"
237237
class="test"
238238
transition="test"
239-
transition-mode="in-out">{{view}}</component>
239+
transition-mode="in-out">{{view}}</div>
240240
</div>`,
241241
data: { view: 'one' },
242242
components,

0 commit comments

Comments
 (0)