@forzoom/swiper
v0.0.13
Published
npm install @forzoom/swiper
Downloads
13
Readme
Install
npm install @forzoom/swiper
Usage
import Vue from 'vue';
import Swiper from '@forzoom/swiper';
Vue.use(Swiper); // will register components 'ROSwiper' and 'ROSwiperSlide'
<template>
<div>
<ROSwiper>
<ROSwiperSlide>
...
</ROSwiperSlide>
<ROSwiperSlide>
...
</ROSwiperSlide>
</ROSwiper>
</div>
</template>
Version
0.0.4
- 添加swiper-slide元素,export将分别导出组件
- 使用Vue插件的形式
0.0.6
- ro-swiper-container添加overflow: hidden;
0.0.7
- ROSwiper添加loop属性,设置为false的情况下,将不会有循环效果
- ROSwiperSlide添加slideClass属性,用于设置样式类
0.0.8
- 优化代码逻辑
- 添加input事件,值为当前的slide的index
0.0.9
- 更新touch
- 限制move事件中同时出现两个方向的滑动
0.0.10
- swiper-slide添加vertical-align: top
0.0.11
- 对于支持gBCR的浏览器,宽度将限制为ro-swiper-container的宽度
0.0.12
- 修复错误