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
3.0.0-beta.3
https://jsfiddle.net/uxw9y8ho/
点击按钮,切换component is属性
component的tag发生改变
虽然变量被改编,但是component的tag没有改变
The text was updated successfully, but these errors were encountered:
fix(compiler-core): should only skip v-is on <component>, don't inc…
v-is
a8b0193
…lude `:is` fix vuejs#1018
7d0ab33
fix(compiler-core): dynamic component should always be made blocks
a5ee4a6
since it can potentially resolve to plain elements fix vuejs#1018
Successfully merging a pull request may close this issue.
Version
3.0.0-beta.3
Reproduction link
https://jsfiddle.net/uxw9y8ho/
Steps to reproduce
点击按钮,切换component is属性
What is expected?
component的tag发生改变
What is actually happening?
虽然变量被改编,但是component的tag没有改变
The text was updated successfully, but these errors were encountered: