fast-vue3-ui
Version:
<h1 align="center"> fast-ui </h1>
45 lines (44 loc) • 685 B
JavaScript
const e = {
title: {
type: String,
default: "\u9009\u53D6\u6587\u4EF6"
},
limit: {
type: Number,
default: 5
},
fileSize: {
type: Number,
default: 5
},
fileType: {
type: Array,
default: () => ["doc", "xls", "ppt", "txt", "pdf"]
},
isShowTip: {
type: Boolean,
default: !0
},
isSingleUpload: {
type: Boolean,
default: !0
},
buttonSize: {
type: String,
default: "default"
},
buttonType: {
type: String,
default: "primary"
},
modelValue: {
type: Array,
default() {
return [];
}
}
}, t = ["update:modelValue", "success"];
export {
t as uploadEmits,
e as uploadProps
};