feat: 添加新闻组件,整合动态新闻数据并优化RWA组件展示
This commit is contained in:
10
components.d.ts
vendored
10
components.d.ts
vendored
@@ -25,6 +25,11 @@ declare module 'vue' {
|
||||
IonBadge: typeof import('@ionic/vue')['IonBadge']
|
||||
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']
|
||||
IonChip: typeof import('@ionic/vue')['IonChip']
|
||||
IonCol: typeof import('@ionic/vue')['IonCol']
|
||||
IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
@@ -91,6 +96,11 @@ declare global {
|
||||
const IonBadge: typeof import('@ionic/vue')['IonBadge']
|
||||
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 IonChip: typeof import('@ionic/vue')['IonChip']
|
||||
const IonCol: typeof import('@ionic/vue')['IonCol']
|
||||
const IonContent: typeof import('@ionic/vue')['IonContent']
|
||||
|
||||
Reference in New Issue
Block a user