0.1.9 • Published 3 years ago

opy-uploader v0.1.9

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

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago