vue-carousel-card ❗ vue轮播卡片组件(vue carousel card component),2.x版本为vue@3.x组件 ❗ 如需在vue@2.x中使用,请使用 ,Github v1.x地址 yarn add vue-carousel-card@^1.0.7 npm i vue-carousel-card@^1.0.7 -S 示例 demo展示
<el-carousel ref="refCarousel" class="wh100Per" :autoplay="false" :loop="true" type="card" arrow="never" indicator-position="none" @change="priceChange"> <el-carousel-item v-for="(item,index) in list" :key="index" :id="item.id"> </el-carousel-item> </el-carousel> const list...
$ yarn add vue-carousel-card # NPM $ npm install vue-carousel-card --save Description: A card carousel component for Vue.js that enables the user to switch between slides just like a stacked card. How to use it: 1. Import the component & stylesheet into the project. import { defineComp...
vue slider card carousel carousel-component vue-card-carousel Updated May 8, 2023 Vue Improve this page Add a description, image, and links to the vue-card-carousel topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To assoc...