vuejs / vue-animated-list

A Vue.js plugin for easily animating `v-for` rendered lists.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use track-by="$index"

jezzdk opened this issue · comments

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.