Vue-slick usage
[issue link]Hi, i am ajusting my vuejs app to work with Nuxt and i am having problem with vue-slick caousel library. I need help how to use it with Nuxt.
The way i use is:
import Slick from ‘vue-slick’;
…
data() {
// slick options
}
…
components: {
‘slider’: Slick
}
Thanks