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
Thanks for the awesome library! I was able to quickly get a very basic version working.
I have multiple tables in a vertical column, and I'm trying to enable drag and drop between tables. Once I added the group prop to the SlickList component however, I received a console error: vue-slicksort.js?v=33c1751e:350 Uncaught (in promise) Error: Slicksort plugin required to use "group" prop.
I created a file in plugins/slickSort.client.ts and added this:
Thanks for the awesome library! I was able to quickly get a very basic version working.
I have multiple tables in a vertical column, and I'm trying to enable drag and drop between tables. Once I added the
group
prop to the SlickList component however, I received a console error:vue-slicksort.js?v=33c1751e:350 Uncaught (in promise) Error: Slicksort plugin required to use "group" prop
.I created a file in
plugins/slickSort.client.ts
and added this:And here is a minimal representation of how I'm using it:
Any idea how to get this working with Nuxt3, if it's even possible?
The text was updated successfully, but these errors were encountered: