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

When Slick is running with Amplify, the following error occurs: ``` [WARN] 25:18.937 Cache - getItem failed! TypeError: Cannot read property 'getItem' of null { TypeError: Cannot set property 'slick'...

- **First commit**: To fix visual bug on route change, now you can use `:destroyable="false"` as component prop. - **Second commit**: Instead of calling `$(this.$el)` repeatedly, it is saved only...

can i customize that default navigation button with my own?

This is how I am returing the data ``` data() { this.News_list = JSON.parse(this.news); News_list: JSON.parse(this.news); return { slickOptions: { slidesToShow: 1, infinite: true, autoplay: true, arrows: false, autoplaySpeed: 2000,...

Yeah, headline says it all. ie: slickOptions: { vertical: true, verticalSwiping: true, slidesToShow: 1, slidesToScroll: 1, arrows: false } works as expected but as soon as i add "fade: true"...

Hello, First of all thank you Stanislav for your work, great to see a Vue Slick adaption! I reallyhope I can get it to work. My issue is that while...

I'm trying to set a false draggable option but, it's not working.

Hi, Vue Slick already has support for Vue 3/ Nuxt 3? This ticket(https://github.com/staskjs/vue-slick/issues/108) it's marked as solved but I can't make the plugin work like on Nuxt 2. Thanks

Hi, I have this warning in console: [Violation]Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies