vue 中swiper的使用教程

时间:2024-01-19 05:34:35
【文件属性】:

文件名称:vue 中swiper的使用教程

文件大小:44KB

文件格式:PDF

更新时间:2024-01-19 05:34:35

ip sw swipe

Install 在vue cli下的使用 npm install vue-awesome-swiper --save 在main.js中 import VueAwesomeSwiper from 'vue-awesome-swiper' import 'swiper/dist/css/swiper.css' Vue.use(VueAwesomeSwiper) 在component.vue中