mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-02 20:17:52 +08:00
fix: add missing asyncMeta
during VNode cloning (#7861)
This commit is contained in:
parent
1bd6196fb2
commit
8227fb3524
@ -103,6 +103,7 @@ export function cloneVNode (vnode: VNode): VNode {
|
||||
cloned.fnContext = vnode.fnContext
|
||||
cloned.fnOptions = vnode.fnOptions
|
||||
cloned.fnScopeId = vnode.fnScopeId
|
||||
cloned.asyncMeta = vnode.asyncMeta
|
||||
cloned.isCloned = true
|
||||
return cloned
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user