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.6.10
https://codepen.io/action-hong/pen/eaKmOy
Repeat step 1 and step 2, Click the "add 1" to add 1 to the number
Repeat step 1 and step 2 , Click the "add 1" to add n(repeat times) to the number
5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36
The text was updated successfully, but these errors were encountered:
Seems like a bug indeed. As a workaround, you can pass a regular @click and handle it manually with $listeners.click
@click
$listeners.click
<button @click="$listeners.click">{{ text }}</button>
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
2.6.10
Reproduction link
https://codepen.io/action-hong/pen/eaKmOy
Steps to reproduce
What is expected?
Repeat step 1 and step 2, Click the "add 1" to add 1 to the number
What is actually happening?
Repeat step 1 and step 2 , Click the "add 1" to add n(repeat times) to the number
5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36
The text was updated successfully, but these errors were encountered: