feat: 添加文件上传功能,集成 S3 上传,优化上传进度显示和错误处理
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -41,6 +41,7 @@ declare module 'vue' {
|
||||
IonModal: typeof import('@ionic/vue')['IonModal']
|
||||
IonNote: typeof import('@ionic/vue')['IonNote']
|
||||
IonPage: typeof import('@ionic/vue')['IonPage']
|
||||
IonProgressBar: typeof import('@ionic/vue')['IonProgressBar']
|
||||
IonRadio: typeof import('@ionic/vue')['IonRadio']
|
||||
IonRadioGroup: typeof import('@ionic/vue')['IonRadioGroup']
|
||||
IonRange: typeof import('@ionic/vue')['IonRange']
|
||||
@@ -99,6 +100,7 @@ declare global {
|
||||
const IonModal: typeof import('@ionic/vue')['IonModal']
|
||||
const IonNote: typeof import('@ionic/vue')['IonNote']
|
||||
const IonPage: typeof import('@ionic/vue')['IonPage']
|
||||
const IonProgressBar: typeof import('@ionic/vue')['IonProgressBar']
|
||||
const IonRadio: typeof import('@ionic/vue')['IonRadio']
|
||||
const IonRadioGroup: typeof import('@ionic/vue')['IonRadioGroup']
|
||||
const IonRange: typeof import('@ionic/vue')['IonRange']
|
||||
|
||||
Reference in New Issue
Block a user