Skip to content

Commit bf0e852

Browse files
author
Evan You
committed
fix #190 v-partial
1 parent 6024e0b commit bf0e852

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/directives/partial.js

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ module.exports = {
1919
return
2020
}
2121

22+
partial = partial.cloneNode(true)
23+
2224
// comment ref node means inline partial
2325
if (this.el.nodeType === 8) {
2426

0 commit comments

Comments
 (0)