vuejs / vue-animated-list

A Vue.js plugin for easily animating `v-for` rendered lists.
MIT License
461 stars 47 forks source link

Unable to use track-by="$index" #7

Open jezzdk opened 8 years ago

jezzdk commented 8 years ago

For some reason the move transition stops working when using track-by="$index". It works fine when using track-by with any other existing property, like ie. track-by="id". I've tried taking a look at the code, but I can't seem to locate the issue.