Carousel demo responsive option updates

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-26 15:28:22 +03:00
parent f534e4a1ad
commit f2dc9a309d
6 changed files with 48 additions and 48 deletions

View file

@ -105,13 +105,13 @@ const products = ref();
const responsiveOptions = ref([
{
breakpoint: '1199px',
numVisible: 3,
numScroll: 3
numVisible: 1,
numScroll: 1
},
{
breakpoint: '991px',
numVisible: 2,
numScroll: 2
numScroll: 1
},
{
breakpoint: '767px',