diff --git a/src/directives/internal/component.js b/src/directives/internal/component.js index 6228daeb71e..6148ef799a5 100644 --- a/src/directives/internal/component.js +++ b/src/directives/internal/component.js @@ -56,6 +56,7 @@ export default { // cached, when the component is used elsewhere this attribute // will remain at link time. this.el.removeAttribute('is') + this.el.removeAttribute(':is') // remove ref, same as above if (this.descriptor.ref) { this.el.removeAttribute('v-ref:' + hyphenate(this.descriptor.ref))