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 8d56a49 commit 33a25e7Copy full SHA for 33a25e7
src/core/vdom/patch.js
@@ -195,6 +195,7 @@ export function createPatchFunction (backend) {
195
function initComponent (vnode, insertedVnodeQueue) {
196
if (isDef(vnode.data.pendingInsert)) {
197
insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert)
198
+ vnode.data.pendingInsert = null
199
}
200
vnode.elm = vnode.componentInstance.$el
201
if (isPatchable(vnode)) {
0 commit comments