Merge pull request #1175 from gaspoute/pass-namespace-to-children
Pass namespace to new children when updating their parent
This commit is contained in:
commit
d1216f3e06
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ module.exports = function($window) {
|
|||
}
|
||||
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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue