Skip to content

Commit 371850b

Browse files
committed
no need to remove ref during compilation
1 parent 8ed14c8 commit 371850b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/dom.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ exports.findRef = function (node) {
306306
for (var i = 0, l = attrs.length; i < l; i++) {
307307
var name = attrs[i].name
308308
if (refRE.test(name)) {
309-
node.removeAttribute(name)
310309
return _.camelize(name.replace(refRE, ''))
311310
}
312311
}

0 commit comments

Comments
 (0)