feat: 添加银行账户和货币选择组件,优化提现页面交互体验
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -58,6 +58,7 @@ 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']
|
||||
@@ -117,6 +118,7 @@ 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