Skip to content

upload

基础用法

单文件上传

limit大于0或者不传表示多文件,为1表示单文件

先上传,再提交url

valueType设置为url,不设置则为element plus的file对象

Attributes

参数说明类型可选值默认值
valueType值类型stringfile/urlfile

其它属性参考 Element Plus Upload Attributes

Released under the MIT License.