Update multiple.vue
This commit is contained in:
parent
a817ec68db
commit
3c066a055b
|
|
@ -39,6 +39,7 @@
|
||||||
modelValue: { type: String, default: "" },
|
modelValue: { type: String, default: "" },
|
||||||
action: { type: String, default: "#" },
|
action: { type: String, default: "#" },
|
||||||
accept: { type: String, default: ".jpg, .png, .jpeg, .gif" },
|
accept: { type: String, default: ".jpg, .png, .jpeg, .gif" },
|
||||||
|
maxSize: { type: Number, default: 10 },
|
||||||
title: { type: String, default: "上传" },
|
title: { type: String, default: "上传" },
|
||||||
icon: { type: String, default: "el-icon-plus" }
|
icon: { type: String, default: "el-icon-plus" }
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue