vueper-slides icon indicating copy to clipboard operation
vueper-slides copied to clipboard

gap doesn't work with the breakpoint. :(

Open nekooee opened this issue 3 years ago • 1 comments

hi gap doesn't work with the breakpoint. why?

    data: () => ({
        breakpoints: {
            1280: {
                visibleSlides: 3,
                gap:4
            },
            1024: {
                visibleSlides: 2,
                arrows: false,
                gap:20
            },
        },
    })

nekooee avatar Jan 31 '22 01:01 nekooee

I ran into the same problem...

meirroth avatar Nov 23 '23 18:11 meirroth