We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88acc1 commit 5681b49Copy full SHA for 5681b49
src/directives/internal/component.js
@@ -39,10 +39,11 @@ module.exports = {
39
// transition related state
40
this.pendingRemovals = 0
41
this.pendingRemovalCb = null
42
- // check dynamic component params
43
- // create a ref anchor
+ // create a ref anchor
44
this.anchor = _.createAnchor('v-component')
45
_.replace(this.el, this.anchor)
+ // remove is attribute
46
+ this.el.removeAttribute('is')
47
// if static, build right now.
48
if (this.literal) {
49
this.setComponent(this.expression)
0 commit comments