feat: 添加用户信息组件,更新用户页面以显示用户头像和邮箱
This commit is contained in:
2
components.d.ts
vendored
2
components.d.ts
vendored
@@ -14,6 +14,7 @@ declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
IMaterialIconThemeGoogle: typeof import('~icons/material-icon-theme/google')['default']
|
||||
IonApp: typeof import('@ionic/vue')['IonApp']
|
||||
IonAvatar: typeof import('@ionic/vue')['IonAvatar']
|
||||
IonButton: typeof import('@ionic/vue')['IonButton']
|
||||
IonButtons: typeof import('@ionic/vue')['IonButtons']
|
||||
IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
@@ -42,6 +43,7 @@ declare module 'vue' {
|
||||
declare global {
|
||||
const IMaterialIconThemeGoogle: typeof import('~icons/material-icon-theme/google')['default']
|
||||
const IonApp: typeof import('@ionic/vue')['IonApp']
|
||||
const IonAvatar: typeof import('@ionic/vue')['IonAvatar']
|
||||
const IonButton: typeof import('@ionic/vue')['IonButton']
|
||||
const IonButtons: typeof import('@ionic/vue')['IonButtons']
|
||||
const IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
|
||||
Reference in New Issue
Block a user