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 {
|
||||
BackButton: typeof import('./src/components/back-button.vue')['default']
|
||||
IonApp: typeof import('@ionic/vue')['IonApp']
|
||||
IonAvatar: typeof import('@ionic/vue')['IonAvatar']
|
||||
IonButton: typeof import('@ionic/vue')['IonButton']
|
||||
IonCheckbox: typeof import('@ionic/vue')['IonCheckbox']
|
||||
IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
@@ -39,6 +40,7 @@ declare module 'vue' {
|
||||
declare global {
|
||||
const BackButton: typeof import('./src/components/back-button.vue')['default']
|
||||
const IonApp: typeof import('@ionic/vue')['IonApp']
|
||||
const IonAvatar: typeof import('@ionic/vue')['IonAvatar']
|
||||
const IonButton: typeof import('@ionic/vue')['IonButton']
|
||||
const IonCheckbox: typeof import('@ionic/vue')['IonCheckbox']
|
||||
const IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
|
||||
Reference in New Issue
Block a user