We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
6.0.0 beta 19
Chrome 93.0.4577.63, Windows 10 Mozilla/5.0 Chrome/94.0.4606.104 (Windows NT 10.0; Win64; x64)
Just create clean vite vue startup template
Update count number
Ref data binding gone and number didn't update
Ref
The text was updated successfully, but these errors were encountered:
Please provide a runnable reproduction thanks.
Sorry, something went wrong.
actually just yarn create vite and run it .... but here is repro lost-data-binding-repro
yarn create vite
I reproduced it with ref and toRefs. It will not occur when using data() or reactive.
ref
toRefs
data()
reactive
1af142a
Successfully merging a pull request may close this issue.
Version
6.0.0 beta 19
Browser and OS info
Chrome 93.0.4577.63, Windows 10
Mozilla/5.0 Chrome/94.0.4606.104 (Windows NT 10.0; Win64; x64)
Steps to reproduce
Just create clean vite vue startup template
What is expected?
Update count number
What is actually happening?
Ref
data binding gone and number didn't updateThe text was updated successfully, but these errors were encountered: