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 a18f879 commit 4733408Copy full SHA for 4733408
src/core/vdom/patch.js
@@ -202,6 +202,7 @@ export function createPatchFunction (backend) {
202
function initComponent (vnode, insertedVnodeQueue) {
203
if (isDef(vnode.data.pendingInsert)) {
204
insertedVnodeQueue.push.apply(insertedVnodeQueue, vnode.data.pendingInsert)
205
+ vnode.data.pendingInsert = null
206
}
207
vnode.elm = vnode.componentInstance.$el
208
if (isPatchable(vnode)) {
0 commit comments