摘要: html: <el-carousel indicator-position="outside" height="170px"> <el-carousel-item v-for="(item, idx) in carouselList" :key="idx"> <img :src="item.src" 阅读全文
posted @ 2021-10-22 15:49 //唉 阅读(224) 评论(0) 推荐(0)