[Vuejs]-Migrate jquery slick carousel to vue-slick-carousel

0๐Ÿ‘

โœ…

I found another question that solved this. Basically just change the code as follows:

<VueSlickCarousel class="petmark-slick-slider home-slider" :dots="true" :autoplay="true" :autoplaySpeed="8000" :slidesToShow="1">
                            <div class="single-slider home-content bg-image" v-bind:style="{'backgroundImage': 'url(\'image/slider-2.jpg\')'}">
...
...

Leave a comment