diff --git a/components.d.ts b/components.d.ts index 6c75204..99470d5 100644 --- a/components.d.ts +++ b/components.d.ts @@ -45,7 +45,6 @@ declare module 'vue' { IonProgressBar: typeof import('@ionic/vue')['IonProgressBar'] IonRadio: typeof import('@ionic/vue')['IonRadio'] IonRadioGroup: typeof import('@ionic/vue')['IonRadioGroup'] - IonRange: typeof import('@ionic/vue')['IonRange'] IonRefresher: typeof import('@ionic/vue')['IonRefresher'] IonRefresherContent: typeof import('@ionic/vue')['IonRefresherContent'] IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet'] @@ -105,7 +104,6 @@ declare global { const IonProgressBar: typeof import('@ionic/vue')['IonProgressBar'] const IonRadio: typeof import('@ionic/vue')['IonRadio'] const IonRadioGroup: typeof import('@ionic/vue')['IonRadioGroup'] - const IonRange: typeof import('@ionic/vue')['IonRange'] const IonRefresher: typeof import('@ionic/vue')['IonRefresher'] const IonRefresherContent: typeof import('@ionic/vue')['IonRefresherContent'] const IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet'] diff --git a/src/views/trade-settings/my-issues/components/rwa-list.vue b/src/views/trade-settings/my-issues/components/rwa-list.vue index b8008db..5c519ca 100644 --- a/src/views/trade-settings/my-issues/components/rwa-list.vue +++ b/src/views/trade-settings/my-issues/components/rwa-list.vue @@ -33,40 +33,45 @@ function gotoTradeRwa(id: string) { -