changes in home

This commit is contained in:
mohadese namavar
2024-06-16 17:10:28 +04:30
parent 93cc604116
commit 04ee56e136
8 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<Swiper v-bind="swipers.topSlider">
<SwiperSlide v-for="{ link, images, title, id } in sliders" :key="id">
<router-link :to="link">
<img :title="title" :src="images[device]" />
<img :title="title" :src="images[device] + '?w=1980'" />
</router-link>
</SwiperSlide>
</Swiper>