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.4
https://jsfiddle.net/hgp7w8kr/1/
As you can see the <v-input> element is still rendered while the <component>-element is not rendered (as in the test, here)
<v-input>
<component>
<v-input></v-input> <component></component>
<div>Hello World</div> <component></component>
The text was updated successfully, but these errors were encountered:
fix(v-pre): skip compiling custom component tags in v-pre blocks (fix v…
f0c94db
…uejs#8286)
a71853b
e2abd1b
…uejs#8286) (vuejs#8376)
f8eff4c
haoqunjiang
No branches or pull requests
Version
2.5.4
Reproduction link
https://jsfiddle.net/hgp7w8kr/1/
Steps to reproduce
As you can see the
<v-input>
element is still rendered while the<component>
-element is not rendered (as in the test, here)What is expected?
What is actually happening?
The text was updated successfully, but these errors were encountered: