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

I tried to use @beforeChange event but the event is not fired at all. Am I doing something wrong? My code is here. ``` new Vue({ el: '#carousel', components: {...

I see this problem has been solved in 1.8.0. Look at the source of Ken's website and you can see he's using that version: http://kenwheeler.github.io/slick/ On isolated tests without Vue,...

jQuery still needed ? I can't use without jQuery, any help ?

After installation ``` ERROR Failed to compile with 513 errors friendly-errors 22:15:59 These dependencies were not found: friendly-errors 22:15:59 friendly-errors 22:15:59 * core-js/modules/es6.array.find in ./.nuxt/client.js, ./node_modules/vuetify/lib/components/VForm/VForm.js and 7 others friendly-errors...

@afterChange="handleAfterChange" @beforeChange="handleBeforeChange" @setPosition="handleSetPosition" These methods doen't work, in the vue.js. I get the following warning: [Vue tip]: Event "afterchange" is emitted in component at /Users/staskjs/Projects/vue-slick/src/slickCarousel.vue but the handler is registered...

``` if (_.options.infinite === true) { if (_.slideCount

It has broken when a new image url has added.Slider image has completely broken.It want to show slide image without reload or reslick.When If I try with reslick the images...

`import slick from 'vue-slick'; export default { name: 'search-listing-component', components:{searchFilter,slick}, data(){ return { listingData:[], slickOptions:{ slidesToShow:2, horizontal:true, arrows:true } } },` MY VIEW CODE. I am using Bootstrap 4. `...

I have a vertical carousel. ``` ``` ``` export default { data() { return { quantity: 1, mainImage: this.product.images[0], slickNavOptions: { slidesToShow: 1, slidesToScroll: 1, dots: false, arrows: true, vertical:...

Hello. I have trouble with camelCased events (afterChange in my case). From console i've got this: [Vue tip]: Event "afterchange" is emitted in component at node_modules/vue-slick/slickCarousel.vue but the handler is...