1.0.9 • Published 6 years ago

vue-image-touch v1.0.9

Weekly downloads
12
License
MIT
Repository
-
Last release
6 years ago

vue-image-touch

plugin of vue for touch image

Install

npm install vue-image-touch@latest
or
yarn add vue-image-touch@latest

Usage

import VueImageTouch form 'vue-image-touch';
interface Props {
    imageList: Array<any>; // 图片数据源
    activedIndex?: number; // 进度下标
    isShowBar?: boolean;   // 是否显示进度
    bgColor?: string;      // 蒙层背景
    transition?: string;   // 过渡动画
}
Vue.use(VueImageTouch);

this.$imageTouch(args: Props);

License

MIT

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.1

6 years ago