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

Vue component for Slick-carousel (http://kenwheeler.github.io/slick)

Results 41 vue-slick issues
Sort by recently updated
recently updated
newest added
trafficstars

I am using v-for loop to render slides and when I add new slide I run reSlick this.$refs.slick.reSlick() it works fine on static content with no v-for, for example this...

I want to show the image in slick slider asNaVFor. On selecting image from the 2nd slick slider it will show in the 1st slider. There is break-point after each...

Hello! I'm using Vue 3 with vue-slick, but when I try to use my component this issues appears, do you know what is the solution? Thanks in advance!

Hello. These options are not working. Here how I've tried: appendArrows: '#arrows_dots_container', appendArrows: document.getElementById('#arrows_dots_container'), even with ref appendArrows: this.$refs.['arrows_dots_container'], No lucky. Please help! Thank you.

Hi! I'm having an issue trying to fire the click event on the slides of a slick carousel when the infinite setting is enabled. I'm guessing this happens because the...

I am getting the same almost like the component is removing inline styling I use to show the background image _Originally posted by @Micah789 in https://github.com/staskjs/vue-slick/issues/50#issuecomment-759396954_

One question i want it to use the responsive options from Slick `responsive: [ { breakpoint: 1200, settings: { arrows: false, slidesToShow: 4 } }, { breakpoint: 768, settings: {...

`in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./node_modules/vue-slick/slickCarousel.vue Module not found: Error: Can't resolve 'jquery' in 'D:\xxxx\lia-shahar-pwa\node_modules\vue-slick' @ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./node_modules/vue-slick/slickCarousel.vue 8:0-23 @ ./node_modules/vue-slick/slickCarousel.vue @ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/product-category-list.vue @ ./src/components/product-category-list.vue @ ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/home.vue @ ./src/components/home.vue @ ./src/router/index.js @ ./src/main.js @ multi...

The slick will be "unslicked" on the `destroyed` hook. That results into a broken layout if the developer is using page transitions (e.g. on leaving a route). The reason behind...