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
I'm finding I can't use the same object in a v-repeat more than once in a vm---it has a reference to some flavour of it as it manages to iterate the right number of times but only has access to the properties (or keys) the first time through.
If I nest it in another v-repeat I can use the same object again (once), presumably because it gets a new vm.
By contrast, arrays seem to work every time. Here's a fiddle:
I'm finding I can't use the same object in a v-repeat more than once in a vm---it has a reference to some flavour of it as it manages to iterate the right number of times but only has access to the properties (or keys) the first time through.
If I nest it in another v-repeat I can use the same object again (once), presumably because it gets a new vm.
By contrast, arrays seem to work every time. Here's a fiddle:
http://jsfiddle.net/zxcn72jf/
The text was updated successfully, but these errors were encountered: