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

Hi, I'm really glad to see Slick as a Vue plugin, thx a lot. I have a question, is there any possibility to specify the index of a slide which...

I made three slider with vue slick. Two are working fine but there an issue in third one. It just overlapping all the content,some times images are shown ,sometimes page...

'Property fn undefined' when importing the umd version via script tag. This is the file I'm importing: https://cdn.jsdelivr.net/npm/[email protected]/dist/slickCarousel.umd.js

I use this vue-slick slider like a component for my laravel website. And I have an error when open website in IE11. > SCRIPT5009: "Promise" не определено // (translation -...

I'm using vue-slick in my Vue web app, and whenever I want to get to the web app via mobile devices, I find that the swipe gesture is not as...

Hi, there is a special feature for refreshing slick when its content was changed dynamicaly (v-for and other...) ```js $(this.$el)[0].slick.refresh() ``` or ```js $(this.$el).slick('refresh') ``` It is better then unslick->slick...

vue-slick doesnt initialize when exported via `nuxt generate` method. its running well in dev and production mode. any tips?

==================================================================== Slick Slider on click of tab item merges all the slick item together on one another. Will Show the proper layout in the first active tab but when clicked...

I have options ` slickOptions1: { dots: true, appendDots: document.getElementById('mainSlider__dots1'), arrows: false, infinite: true, speed: 500, fade: true, cssEase: 'linear' }, ` But dots there does not appear.

when i used vue-number-input inside Slick .. the component is shown just fine but the actions are not working ... i checked on vue-number-input .. outside slick component is working...