changes in home
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user