Subscribe on changes!

[Vue warn]: Failed to resolve component: strike

avatar
Oct 9th 2022

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

avatar
Jul 12th 2023

@ruslankonev did u ever figure out what this was? I have the same error...