We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.5.16
https://jsfiddle.net/lykahb/9grbbt4b/
<div is='my-component'>
Renders correctly
Renders a string "undefined" with no console errors
It is interesting that it may render successfully depending on the siblings around it. There are several examples in the link.
The text was updated successfully, but these errors were encountered:
Works using component instead of div though 🤔
component
div
Sorry, something went wrong.
fix(compiler): maybeComponent should return true when "is" attribute …
aef2a5f
…exists (#8114) close #8101
6be4a4f
…exists (vuejs#8114) close vuejs#8101
c76626f
Successfully merging a pull request may close this issue.
Version
2.5.16
Reproduction link
https://jsfiddle.net/lykahb/9grbbt4b/
Steps to reproduce
<div is='my-component'>
with no siblings around itWhat is expected?
Renders correctly
What is actually happening?
Renders a string "undefined" with no console errors
It is interesting that it may render successfully depending on the siblings around it. There are several examples in the link.
The text was updated successfully, but these errors were encountered: