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://codesandbox.io/s/r58jr04jlo
Click on the checkbox.
The checkbox should be selected without throwing js errors.
It's issuing an error becasue the compiled js code assumes it's a stateful component and tries to use _vm.$set().
_vm.$set()
The text was updated successfully, but these errors were encountered:
Hey, can you move this to vue-loader repo, please?
Sorry, something went wrong.
vuejs/vue-loader#1539
No branches or pull requests
Version
2.6.10
Reproduction link
https://codesandbox.io/s/r58jr04jlo
Steps to reproduce
Click on the checkbox.
What is expected?
The checkbox should be selected without throwing js errors.
What is actually happening?
It's issuing an error becasue the compiled js code assumes it's a stateful component and tries to use
_vm.$set()
.The text was updated successfully, but these errors were encountered: