We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493aef0 commit e3057f2Copy full SHA for e3057f2
src/directives/internal/component.js
@@ -56,6 +56,7 @@ export default {
56
// cached, when the component is used elsewhere this attribute
57
// will remain at link time.
58
this.el.removeAttribute('is')
59
+ this.el.removeAttribute(':is')
60
// remove ref, same as above
61
if (this.descriptor.ref) {
62
this.el.removeAttribute('v-ref:' + hyphenate(this.descriptor.ref))
0 commit comments