[Vue warn]: Failed to resolve component: strike
Vue version
3.2
Link to minimal reproduction
not have
Steps to reproduce
Usage a <strike>
tag in the template, the runtime-core.esm-builder will throw warning
[Vue warn]: Failed to resolve component: strike
What is expected?
Not throw a warn because <strike>
is a native html-tag
What is actually happening?
[Vue warn]: Failed to resolve component: strike
If this is a native custom element, make sure to exclude it from component resolution via compilerOptions.isCustomElement.
System Info
No response
Any additional comments?
No response