0.1.9 • Published 4 years ago

opy-uploader v0.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

opy-uploader

使用方法

npm i opy-uploader -S import OpyUploader from "opy-uploader"

<OpyUploader :multiple="true" :size="500" :limit="1" allows=".jpg" v-model="fileList"

  >

参数说明

multiple:是否可以多远 size:单个文件的最大的上传的大小 kb单位 limit: 限制个数 v-model:上传返回的值 allows:限制上传文件类型

Customize configuration

See Configuration Reference.

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago