Skip to content

Commit 7837fd8

Browse files
wh.huajieyuyyx990803
authored andcommitted
feat(Transition.spec.ts): test(transition on child components with empty root node) transition add out-in mode
1 parent 6c37001 commit 7837fd8

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
@@ -1147,7 +1147,7 @@ describe('e2e: Transition', () => {
11471147
createApp({
11481148
template: `
11491149
<div id="container">
1150-
<transition name="test">
1150+
<transition name="test" mode="out-in">
11511151
<component class="test" :is="view"></component>
11521152
</transition>
11531153
</div>

0 commit comments

Comments
 (0)