Skip to content

Commit a0ad5c5

Browse files
author
wh.huajieyu
committed
feat(Transition.spec.ts): test(transition on child components with empty root node) transition add out-in mode
1 parent d2d212b commit a0ad5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/__tests__/e2e/Transition.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ describe('e2e: Transition', () => {
11481148
createApp({
11491149
template: `
11501150
<div id="container">
1151-
<transition name="test">
1151+
<transition name="test" mode="out-in">
11521152
<component class="test" :is="view"></component>
11531153
</transition>
11541154
</div>

0 commit comments

Comments
 (0)