feat: 添加收益模块,包含总收益概览、收益趋势和收益来源,更新相关组件和路由
This commit is contained in:
6
components.d.ts
vendored
6
components.d.ts
vendored
@@ -39,6 +39,9 @@ declare module 'vue' {
|
||||
IonLabel: typeof import('@ionic/vue')['IonLabel']
|
||||
IonList: typeof import('@ionic/vue')['IonList']
|
||||
IonListHeader: typeof import('@ionic/vue')['IonListHeader']
|
||||
IonMenu: typeof import('@ionic/vue')['IonMenu']
|
||||
IonMenuButton: typeof import('@ionic/vue')['IonMenuButton']
|
||||
IonMenuToggle: typeof import('@ionic/vue')['IonMenuToggle']
|
||||
IonModal: typeof import('@ionic/vue')['IonModal']
|
||||
IonNote: typeof import('@ionic/vue')['IonNote']
|
||||
IonPage: typeof import('@ionic/vue')['IonPage']
|
||||
@@ -97,6 +100,9 @@ declare global {
|
||||
const IonLabel: typeof import('@ionic/vue')['IonLabel']
|
||||
const IonList: typeof import('@ionic/vue')['IonList']
|
||||
const IonListHeader: typeof import('@ionic/vue')['IonListHeader']
|
||||
const IonMenu: typeof import('@ionic/vue')['IonMenu']
|
||||
const IonMenuButton: typeof import('@ionic/vue')['IonMenuButton']
|
||||
const IonMenuToggle: typeof import('@ionic/vue')['IonMenuToggle']
|
||||
const IonModal: typeof import('@ionic/vue')['IonModal']
|
||||
const IonNote: typeof import('@ionic/vue')['IonNote']
|
||||
const IonPage: typeof import('@ionic/vue')['IonPage']
|
||||
|
||||
Reference in New Issue
Block a user