vueper-slides
vueper-slides copied to clipboard
gap doesn't work with the breakpoint. :(
hi gap doesn't work with the breakpoint. why?
data: () => ({
breakpoints: {
1280: {
visibleSlides: 3,
gap:4
},
1024: {
visibleSlides: 2,
arrows: false,
gap:20
},
},
})
I ran into the same problem...