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.
asyncMeta
1 parent 1bd6196 commit 8227fb3Copy full SHA for 8227fb3
src/core/vdom/vnode.js
@@ -103,6 +103,7 @@ export function cloneVNode (vnode: VNode): VNode {
103
cloned.fnContext = vnode.fnContext
104
cloned.fnOptions = vnode.fnOptions
105
cloned.fnScopeId = vnode.fnScopeId
106
+ cloned.asyncMeta = vnode.asyncMeta
107
cloned.isCloned = true
108
return cloned
109
}
0 commit comments