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.0
https://github.com/dxvladislavvolkov/vue3-issue
I want to get the value from data
I get an error when trying to get value
It happens when I have a base component with data and provide. I extend another component with the base component.
The text was updated successfully, but these errors were encountered:
As a workaround, you can use this.$data.a inside of updated
this.$data.a
updated
Sorry, something went wrong.
accessCache is incorrect when next code run. provide() { return { a: this.a } } It should be 1(AccessTypes.DATA)
accessCache
provide() { return { a: this.a } }
1
AccessTypes.DATA
f06518a
Successfully merging a pull request may close this issue.
Version
3.0.0
Reproduction link
https://github.com/dxvladislavvolkov/vue3-issue
Steps to reproduce
What is expected?
I want to get the value from data
What is actually happening?
I get an error when trying to get value
It happens when I have a base component with data and provide. I extend another component with the base component.
The text was updated successfully, but these errors were encountered: