feat: 更新二维码扫描组件,添加文件上传功能和错误处理
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -58,7 +58,6 @@ declare module 'vue' {
|
||||
IonTabs: typeof import('@ionic/vue')['IonTabs']
|
||||
IonText: typeof import('@ionic/vue')['IonText']
|
||||
IonTitle: typeof import('@ionic/vue')['IonTitle']
|
||||
IonToggle: typeof import('@ionic/vue')['IonToggle']
|
||||
IonToolbar: typeof import('@ionic/vue')['IonToolbar']
|
||||
LayoutDefault: typeof import('./src/components/layout/default.vue')['default']
|
||||
PwaInstallButton: typeof import('./src/components/pwa-install-button/index.vue')['default']
|
||||
@@ -118,7 +117,6 @@ declare global {
|
||||
const IonTabs: typeof import('@ionic/vue')['IonTabs']
|
||||
const IonText: typeof import('@ionic/vue')['IonText']
|
||||
const IonTitle: typeof import('@ionic/vue')['IonTitle']
|
||||
const IonToggle: typeof import('@ionic/vue')['IonToggle']
|
||||
const IonToolbar: typeof import('@ionic/vue')['IonToolbar']
|
||||
const LayoutDefault: typeof import('./src/components/layout/default.vue')['default']
|
||||
const PwaInstallButton: typeof import('./src/components/pwa-install-button/index.vue')['default']
|
||||
|
||||
Reference in New Issue
Block a user