feat: 添加聊天页面和钱包卡组件,优化用户界面和余额格式化逻辑
This commit is contained in:
10
components.d.ts
vendored
10
components.d.ts
vendored
@@ -17,6 +17,11 @@ declare module 'vue' {
|
||||
IonAvatar: typeof import('@ionic/vue')['IonAvatar']
|
||||
IonButton: typeof import('@ionic/vue')['IonButton']
|
||||
IonButtons: typeof import('@ionic/vue')['IonButtons']
|
||||
IonCard: typeof import('@ionic/vue')['IonCard']
|
||||
IonCardContent: typeof import('@ionic/vue')['IonCardContent']
|
||||
IonCardHeader: typeof import('@ionic/vue')['IonCardHeader']
|
||||
IonCardSubtitle: typeof import('@ionic/vue')['IonCardSubtitle']
|
||||
IonCardTitle: typeof import('@ionic/vue')['IonCardTitle']
|
||||
IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
IonHeader: typeof import('@ionic/vue')['IonHeader']
|
||||
IonIcon: typeof import('@ionic/vue')['IonIcon']
|
||||
@@ -46,6 +51,11 @@ declare global {
|
||||
const IonAvatar: typeof import('@ionic/vue')['IonAvatar']
|
||||
const IonButton: typeof import('@ionic/vue')['IonButton']
|
||||
const IonButtons: typeof import('@ionic/vue')['IonButtons']
|
||||
const IonCard: typeof import('@ionic/vue')['IonCard']
|
||||
const IonCardContent: typeof import('@ionic/vue')['IonCardContent']
|
||||
const IonCardHeader: typeof import('@ionic/vue')['IonCardHeader']
|
||||
const IonCardSubtitle: typeof import('@ionic/vue')['IonCardSubtitle']
|
||||
const IonCardTitle: typeof import('@ionic/vue')['IonCardTitle']
|
||||
const IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
const IonHeader: typeof import('@ionic/vue')['IonHeader']
|
||||
const IonIcon: typeof import('@ionic/vue')['IonIcon']
|
||||
|
||||
Reference in New Issue
Block a user