mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 08:25:52 +08:00
轮播图 string类型改成 number类型 要不然有警告
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div class="nav-content">
|
<div class="nav-content">
|
||||||
<!-- 轮播图 -->
|
<!-- 轮播图 -->
|
||||||
<!-- autoplay autoplay-speed="10000"-->
|
<!-- autoplay autoplay-speed="10000"-->
|
||||||
<Carousel :height="333.9" autoplay autoplay-speed="5000">
|
<Carousel :height="333.9" autoplay :autoplay-speed="5000">
|
||||||
<CarouselItem v-for="(item, index) in data.options.list" :key="index">
|
<CarouselItem v-for="(item, index) in data.options.list" :key="index">
|
||||||
<div class="swiper-img" >
|
<div class="swiper-img" >
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user