diff --git a/components.d.ts b/components.d.ts index 0884ad2..88d5c43 100644 --- a/components.d.ts +++ b/components.d.ts @@ -36,6 +36,7 @@ declare module 'vue' { IonPage: typeof import('@ionic/vue')['IonPage'] IonRadio: typeof import('@ionic/vue')['IonRadio'] IonRadioGroup: typeof import('@ionic/vue')['IonRadioGroup'] + IonRippleEffect: typeof import('@ionic/vue')['IonRippleEffect'] IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet'] IonSearchbar: typeof import('@ionic/vue')['IonSearchbar'] IonSelect: typeof import('@ionic/vue')['IonSelect'] @@ -85,6 +86,7 @@ declare global { const IonPage: typeof import('@ionic/vue')['IonPage'] const IonRadio: typeof import('@ionic/vue')['IonRadio'] const IonRadioGroup: typeof import('@ionic/vue')['IonRadioGroup'] + const IonRippleEffect: typeof import('@ionic/vue')['IonRippleEffect'] const IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet'] const IonSearchbar: typeof import('@ionic/vue')['IonSearchbar'] const IonSelect: typeof import('@ionic/vue')['IonSelect'] diff --git a/src/views/user/components/wallet-card.vue b/src/views/user/components/wallet-card.vue index 850c048..3298a24 100644 --- a/src/views/user/components/wallet-card.vue +++ b/src/views/user/components/wallet-card.vue @@ -1,4 +1,6 @@