replaced ti-upload
This commit is contained in:
parent
8f60c6d7e1
commit
99d7ba8bbc
5 changed files with 14 additions and 13 deletions
|
|
@ -93,7 +93,7 @@ function select(src: any, label: string | null, multiple: boolean): Promise<Miss
|
|||
ref: keepOriginal,
|
||||
}, {
|
||||
text: i18n.ts.upload,
|
||||
icon: 'ph-upload ph-bold ph-lg',
|
||||
icon: 'ti ti-upload',
|
||||
action: () => chooseFileFromPc(multiple, keepOriginal.value).then(files => res(files)),
|
||||
}, {
|
||||
text: i18n.ts.fromDrive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue