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.