[Vue warn]: Failed to resolve component: strike
Vue version
3.3.4
Link to minimal reproduction
Steps to reproduce
Open the playground link and see the warning.
What is expected?
No warning using <strike>
. Vue should recognize it as a native tag.
What is actually happening?
Warning using <strike>
as Vue does not recognize it as a native tag.
System Info
SFC Playground
Any additional comments?
- Markdown use
~~strike~~
/strikeofficially and that translated to<strike>
- Previously reported #6841.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strike
This element is deprecated in HTML 4 and XHTML 1, and obsoleted in the HTML Living Standard. If semantically appropriate, i.e., if it represents deleted content, use
instead. In all other cases use.