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.2
https://codesandbox.io/s/elegant-moore-rfyck?file=/src/App.vue
1、click change test button 2、click click me button
change test
click me
log record can change
record not change
if use record like: <button @click="handleClick(record)">click me {{record}}</button> we can get latest record value.
<button @click="handleClick(record)">click me {{record}}</button>
The text was updated successfully, but these errors were encountered:
I think it is the same as this issue: #2564
Sorry, something went wrong.
@posva @HcySunYang 3.0.4 also have this problem
it's solved, see: https://codesandbox.io/s/red-shape-bc720
No branches or pull requests
Version
3.0.2
Reproduction link
https://codesandbox.io/s/elegant-moore-rfyck?file=/src/App.vue
Steps to reproduce
1、click
change test
button2、click
click me
buttonWhat is expected?
log record can change
What is actually happening?
record not change
if use record like:
<button @click="handleClick(record)">click me {{record}}</button>
we can get latest record value.
The text was updated successfully, but these errors were encountered: