0.1.7 • Published 2 years ago

vue-uploader-files v0.1.7

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

vue-uploader-files

安装

npm install vue-uploader-files

main.js引入

import upfile from 'vue-uploader-files';
import 'vue-uploader-files/lib/vue-uploader-files.css';
Vue.use(upfile);

使用

<up-file @upfile="upfile"></up-file>

Attribute

参数说明类型可选值默认值
styleSwitch是否使用样式(不包含背景色和文字颜色)Booleantrue,falsetrue
fileName上传的文件字段名Stringfile
text提示说明文字String选择文件
backgroundColor背景颜色String#0096fa
color文本颜色String#f5f5f5

Methods

方法名说明参数
upfile返回数据(formdata:返回的FormData数据)

slot

name说明
trigger扩容(拓展)
0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago