Seun
Seun
I have this problem too, It just takes all the styles I set to the div and throw them away, this was not how the original slick js did it....
Hi guys the simple way to fix this is like so: ``` < div class="slider-wrapper"> < VueSlickCarousel v-bind="slickOptions" > < div class=“box” >1< /div > < div class=“box” >2< /div...
I forgot to add that properties of classes of elements within the VueSlickCarousel that’s being overwritten should be marked with !important . The above answer was to make sure the...
Anyone found a way to do this yet?
Your error message - Error: Cannot find module 'gpu.js' - means you have to also do `npm install gpu.js`
Anything yet guys??