0.1.7 • Published 5 years ago

vue-drag-album v0.1.7

Weekly downloads
33
License
-
Repository
-
Last release
5 years ago

vue 相册-可拖拽、放大、切换

安装

yarn add vue-drag-album

使用

import vueDragAlbum from 'vue-drag-album'
import 'vue-drag-album/dist/vue-Album.css'

Vue.use(vueDragAlbum)

<template>
  <div id="app">
    <Album :imageList="list"
           :styleMe="styleMe" />
  </div>
</template>

props

proptypedefaultdesc
imageList:Array[]图片集合
preLoadCountNumber2图片预加载个数 默认 2,与加载当前索引前后 preLoadCount 的图片
defaultIndexNumber0首次图片索引
styleMeObject{}样式
0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago