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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Yeap same error
I think it's because of var vFor = Vue.directive('for') at line 16 in vue-animated-list.js
An old issue on Vuejs indicate that it doesn't work anymore on Vue2 vuejs/vue#4100
Well by reading the description of the repo
NOTE: this plugin is for Vue 1.x only. Vue 2.0 supports moving animations out of the box.
Evan, I hit this same issue today after being excited to use this. May want to mark as deprectated and close the repo since it seems to be incompatible w/ the current Vue. Thanks for all of your amazing work!
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I'm using vue ^2.5.2 and vue-animated-list ^1.0.2.
I get the following stack trace:
This is my component. It renders a simple
ul
of list items.The data is in a vuex store. This is the state:
The text was updated successfully, but these errors were encountered: