el-carousel在vue项目中使用 <el-carousel indicator-position="outside" @change="changeCarousel"> <el-carousel-item v-for="(item, index) in images" :key="index"> </el-carousel-item> </el-carousel> {{ this.labelCh }} {{ this.labelEn }} 1. 2. 3. 4. 5. 6. 7. 8. 9....