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
Just wanted to point out how I had to set it up in order to use it with a Nuxt3 app in case it's usefull for anyone (not sure if it might be worth to add it in the docs)
Created file plugins/vue-slicksort.js with following content:
import{pluginasSlicksort,HandleDirective}from'vue-slicksort';exportdefaultdefineNuxtPlugin((nuxtApp)=>{nuxtApp.vueApp.use(Slicksort)// In order to use handlernuxtApp.vueApp.directive('handle',HandleDirective)})
Thanks for the great plugin.
The text was updated successfully, but these errors were encountered:
Just wanted to point out how I had to set it up in order to use it with a Nuxt3 app in case it's usefull for anyone (not sure if it might be worth to add it in the docs)
Created file
plugins/vue-slicksort.js
with following content:Thanks for the great plugin.
The text was updated successfully, but these errors were encountered: