-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed
Description
Hi there!
First of all thanks for your work. I'm using Vue everyday, and it's great!
I just encountered however a problem when I tried to use a Web Component (with webcomponentjs polyfill) with the is attribute, inside a view. However, this component works perfectly when I use a custom tag. The problem with the custom tag approach, is that I can't extend default HTML elements anymore.
During my investigation, I noticed that Vue checks if the component is declared in the vm or not. But when the component is not declared, it's not rendered.
Is there a way to specify inside a view which component we would like to ignore during the evaluation of the template ?
Metadata
Metadata
Assignees
Labels
No labels