Skip to content

Unable get rid of web component warning #1414

Closed
@sonicoder86

Description

@sonicoder86

Version

3.0.0-beta.15

Reproduction link

https://github.com/blacksonic/vue-3-playground

Steps to reproduce

  • Create a webcomponent with the name x-username
  • Modify the app instance config to test for webcomponents
  • Include the webcomponent in a vue template
  • Config of the application
    app.config.isCustomElement = tag => /^x-/.test(tag);

What is expected?

The application shouldn't log warning as it is configured to treat the element as a webcomponent

What is actually happening?

Vue logs warning:
[Vue warn]: Failed to resolve component: x-username

The component is displayed however


I wanted to find a replacement from Vue 2 ignoredElements
Vue.config.ignoredElements = [/^x-/];

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