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
https://v3.vuejs.org/guide/composition-api-setup.html#usage-with-templates
Note that refs returned from setup are automatically unwrapped when accessed in the template so you shouldn't use .value in templates.
setup
.value
The text was updated successfully, but these errors were encountered:
b3a53a2
@ajycc20 thank you for reporting this! Fixed on master
master
Sorry, something went wrong.
No branches or pull requests
https://v3.vuejs.org/guide/composition-api-setup.html#usage-with-templates
Note that refs returned from
setup
are automatically unwrapped when accessed in the template so you shouldn't use.value
in templates.The text was updated successfully, but these errors were encountered: