You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I assign a value to a property that is not defined in advance before using the Vue.set, then this property is not responsive.
f I delete the code of "assigning the value", then it works.
What is expected?
The value I set is not shown in the html.
What is actually happening?
The value I set is shown in the html.
The text was updated successfully, but these errors were encountered:
Version
2.6.11
Reproduction link
https://codesandbox.io/s/prod-http-o0x6q?file=/src/App.vue
Steps to reproduce
If I assign a value to a property that is not defined in advance before using the Vue.set, then this property is not responsive.
f I delete the code of "assigning the value", then it works.
What is expected?
The value I set is not shown in the html.
What is actually happening?
The value I set is shown in the html.
The text was updated successfully, but these errors were encountered: