rapidez del slider
This commit is contained in:
parent
96a47f59c1
commit
28560395f1
|
@ -48,7 +48,7 @@ export default defineComponent({
|
|||
|
||||
|
||||
onBeforeMount(async () => {
|
||||
banners.value = await getBanners();
|
||||
//banners.value = await getBanners();
|
||||
await getProducts();
|
||||
});
|
||||
|
||||
|
@ -67,7 +67,7 @@ export default defineComponent({
|
|||
<template>
|
||||
<q-page>
|
||||
<q-no-ssr>
|
||||
<VerticalCarouselImgs v-if="banners" :banners="banners" class="home-carousel" />
|
||||
<VerticalCarouselImgs :banners="getBanners()" class="home-carousel" />
|
||||
</q-no-ssr>
|
||||
|
||||
<section class="products-section" ref="homeSection">
|
||||
|
|
Loading…
Reference in New Issue