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.5
https://github.com/niefufeng/vue3-datatype-bug-demo
值的类型应该永远是 number
值的类型从 number 变为了 string
v-if
ref
reactive
The text was updated successfully, but these errors were encountered:
This issue has the same reason as #3072, and will be fixed in #3080
Sorry, something went wrong.
No branches or pull requests
Version
3.0.5
Reproduction link
https://github.com/niefufeng/vue3-datatype-bug-demo
Steps to reproduce
What is expected?
值的类型应该永远是 number
What is actually happening?
值的类型从 number 变为了 string
v-if
时会出现ref
和reactive
均会出现该 bugThe text was updated successfully, but these errors were encountered: