We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2288f3e commit 3e0cda6Copy full SHA for 3e0cda6
src/platforms/web/runtime/modules/transition.js
@@ -46,7 +46,7 @@ export function enter (vnode: VNodeWithData) {
46
appearCancelled
47
} = data
48
49
- const isAppear = !vnode.context.$root._isMounted
+ const isAppear = !vnode.context._isMounted
50
if (isAppear && !appear && appear !== '') {
51
return
52
}
0 commit comments