staskjs/vue-slick

How I can use appendDots?

mrKorg opened this issue · 2 comments

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.

Hello,
Any solution about appendDot please ?

This is soluton { dots: true, appendDots: '#mainSlider__dots1',