feat: 添加交易页面,更新路由配置,优化用户界面和样式
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -29,6 +29,7 @@ declare module 'vue' {
|
||||
IonLabel: typeof import('@ionic/vue')['IonLabel']
|
||||
IonPage: typeof import('@ionic/vue')['IonPage']
|
||||
IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet']
|
||||
IonSearchbar: typeof import('@ionic/vue')['IonSearchbar']
|
||||
IonTabBar: typeof import('@ionic/vue')['IonTabBar']
|
||||
IonTabButton: typeof import('@ionic/vue')['IonTabButton']
|
||||
IonTabs: typeof import('@ionic/vue')['IonTabs']
|
||||
@@ -63,6 +64,7 @@ declare global {
|
||||
const IonLabel: typeof import('@ionic/vue')['IonLabel']
|
||||
const IonPage: typeof import('@ionic/vue')['IonPage']
|
||||
const IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet']
|
||||
const IonSearchbar: typeof import('@ionic/vue')['IonSearchbar']
|
||||
const IonTabBar: typeof import('@ionic/vue')['IonTabBar']
|
||||
const IonTabButton: typeof import('@ionic/vue')['IonTabButton']
|
||||
const IonTabs: typeof import('@ionic/vue')['IonTabs']
|
||||
|
||||
Reference in New Issue
Block a user