perf(upload): improve upload component

This commit is contained in:
vben
2020-11-15 13:22:34 +08:00
parent a161bfa818
commit 661db0c767
39 changed files with 484 additions and 236 deletions

View File

@@ -18,7 +18,7 @@ export default defineComponent({
// icon size
size: {
type: [String, Number] as PropType<string | number>,
default: 14,
default: 16,
},
prefix: {
type: String as PropType<string>,