Pass namespace to new children when updating their parent
This commit is contained in:
parent
d64c6175a9
commit
4acf5e58a3
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ module.exports = function($window) {
|
||||||
}
|
}
|
||||||
if (end < start) break
|
if (end < start) break
|
||||||
}
|
}
|
||||||
createNodes(parent, vnodes, start, end + 1, hooks, nextSibling, undefined)
|
createNodes(parent, vnodes, start, end + 1, hooks, nextSibling, ns)
|
||||||
removeNodes(parent, old, oldStart, oldEnd + 1, vnodes)
|
removeNodes(parent, old, oldStart, oldEnd + 1, vnodes)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue