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
Imagine you create a Vue instance where some attribute in the data hash is initialized to an empty object. Then, the attribute is rewritten to an array full of data. One would expect directives like v-repeat (etc) to pick up on this. However, the bindings seem to get messed up and some directives don't work as expected.
The fiddle above should exemplify this issue.
Let me know if you need any further info.
-Dhruv
The text was updated successfully, but these errors were encountered:
Hi, thanks for your great work.
Have a look at this fiddle: https://jsfiddle.net/mjgd383x/4/
Imagine you create a Vue instance where some attribute in the data hash is initialized to an empty object. Then, the attribute is rewritten to an array full of data. One would expect directives like v-repeat (etc) to pick up on this. However, the bindings seem to get messed up and some directives don't work as expected.
The fiddle above should exemplify this issue.
Let me know if you need any further info.
-Dhruv
The text was updated successfully, but these errors were encountered: