vue-slick-carousel icon indicating copy to clipboard operation
vue-slick-carousel copied to clipboard

Nuxt - import vue slick carousel css

Open Micah789 opened this issue 5 years ago • 4 comments

Screenshot 2021-01-28 at 17 04 45

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

Micah789 avatar Jan 28 '21 17:01 Micah789

same trouble, can't add the plugin. the items are in columns under another items, but other sliders work normally

IgorSushko1 avatar Feb 20 '21 09:02 IgorSushko1

you can add it in your nuxt.config.js file:

css: [
  '~/node_modules/vue-slick-carousel/dist/vue-slick-carousel.css',
],

ovesco avatar Mar 30 '21 12:03 ovesco

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

Micah789 avatar May 03 '21 13:05 Micah789

you need to include '~/node_modules/vue-slick-carousel/dist/vue-slick-carousel-theme.css' also.

srxa avatar May 03 '21 20:05 srxa