Closed
Description
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
Labels
No labels