1.0.5 • Published 2 years ago

vue-wyl-upload v1.0.5

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

包使用教程

在文件内导入包

import Upload from 'vue-wyl-upload';

components:{
    Upload
}

<Upload :filename="xxx" :filesize="xxx" :uploadSpeed="xxx" :percentage="xxx" :uploaded="xxx"></Upload>

需要传入的参数props

filename: 文件名称

filesize: 文件大小

uploadSpeed: 上传速度

percentage: 上传进度

uploaded: 图片上传完毕

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago