1.0.9 • Published 4 years ago

vue-image-touch v1.0.9

Weekly downloads
12
License
MIT
Repository
-
Last release
4 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

4 years ago

1.0.8

4 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.1

5 years ago