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://jsfiddle.net/ljcremer/uLjd85va/159/
Run the application and then change the width of the fiddle run section.
I expect the computed property computedWidth to change reactively
It does not change reactively
I first tried with ref but the same symptom. Also tried to use the recommended method in #901 but still no luck
The text was updated successfully, but these errors were encountered:
dom properties are not reactive
Sorry, something went wrong.
This is expected behavior. Vue does not observe native DOM elements. Only plain userland objects can be made reactive.
No branches or pull requests
Version
3.0.0
Reproduction link
https://jsfiddle.net/ljcremer/uLjd85va/159/
Steps to reproduce
Run the application and then change the width of the fiddle run section.
What is expected?
I expect the computed property computedWidth to change reactively
What is actually happening?
It does not change reactively
I first tried with ref but the same symptom.
Also tried to use the recommended method in #901 but still no luck
The text was updated successfully, but these errors were encountered: