Skip to content

Web component with "is" attribute not rendered in the view. #2642

@SANolaroads

Description

@SANolaroads

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions