vue-swiper:Vue 1.0的滑动组件

时间:2024-05-04 08:30:16
【文件属性】:

文件名称:vue-swiper:Vue 1.0的滑动组件

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-04 08:30:16

Vue

扫视 刷卡器组件。 易于使用。 例子 安装 npm i vue-swiper -S 用法 import Vue from 'vue' import Swiper from 'vue-swiper' new Vue ( { el : 'body' , components : { Swiper } , methods : { onSlideChangeStart ( currentPage ) { console . log ( 'onSlideChangeStart' , currentPage ) ; } , onSlideChangeEnd ( currentPage ) { console . log ( 'onSlideChangeEnd' , currentPa


【文件预览】:
vue-swiper-master
----.gitignore(19B)
----README.md(4KB)
----LICENSE(1KB)
----package.json(1KB)
----dist()
--------vue-swiper.js(10KB)
----src()
--------vue-swiper.vue(10KB)
--------vue-swiper.less(1KB)
----webpack.config.js(1KB)
----demo()
--------index.html(6KB)

网友评论