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
15.7.0
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:
Marking as both as I don't know if this was intended to work in the first place
Sorry, something went wrong.
While I think this should technically work, I strongly suggest staying away from such usage.
Functional component being able to mutate parent state is very implicit and not a good pattern.
<template functional> is likely going away in v3. (See Functional and async components API change rfcs#27)
<template functional>
I'll close this as a wontfix.
No branches or pull requests
Version
15.7.0
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: