Home

Issue: 1103

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

This question is available on Nuxt.js community (#c965)