vue-slick-carousel
vue-slick-carousel copied to clipboard
Nuxt - import vue slick carousel css
How to import vue slick carousel css as when i do the nuxt generate && start command i cannot see the default slick css there. See the attched file
same trouble, can't add the plugin. the items are in columns under another items, but other sliders work normally
you can add it in your nuxt.config.js file:
css: [
'~/node_modules/vue-slick-carousel/dist/vue-slick-carousel.css',
],
you can add it in your nuxt.config.js file:
css: [ '~/node_modules/vue-slick-carousel/dist/vue-slick-carousel.css', ],
Sorry that did not work
you need to include '~/node_modules/vue-slick-carousel/dist/vue-slick-carousel-theme.css' also.