We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6024e0b commit bf0e852Copy full SHA for bf0e852
src/directives/partial.js
@@ -19,6 +19,8 @@ module.exports = {
19
return
20
}
21
22
+ partial = partial.cloneNode(true)
23
+
24
// comment ref node means inline partial
25
if (this.el.nodeType === 8) {
26
0 commit comments