diff --git a/components.d.ts b/components.d.ts index d7f1ad4..c9aea52 100644 --- a/components.d.ts +++ b/components.d.ts @@ -29,6 +29,7 @@ declare module 'vue' { IonLabel: typeof import('@ionic/vue')['IonLabel'] IonPage: typeof import('@ionic/vue')['IonPage'] IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet'] + IonSearchbar: typeof import('@ionic/vue')['IonSearchbar'] IonTabBar: typeof import('@ionic/vue')['IonTabBar'] IonTabButton: typeof import('@ionic/vue')['IonTabButton'] IonTabs: typeof import('@ionic/vue')['IonTabs'] @@ -63,6 +64,7 @@ declare global { const IonLabel: typeof import('@ionic/vue')['IonLabel'] const IonPage: typeof import('@ionic/vue')['IonPage'] const IonRouterOutlet: typeof import('@ionic/vue')['IonRouterOutlet'] + const IonSearchbar: typeof import('@ionic/vue')['IonSearchbar'] const IonTabBar: typeof import('@ionic/vue')['IonTabBar'] const IonTabButton: typeof import('@ionic/vue')['IonTabButton'] const IonTabs: typeof import('@ionic/vue')['IonTabs'] diff --git a/src/components/layout/default.vue b/src/components/layout/default.vue index 50b81c6..311a65e 100644 --- a/src/components/layout/default.vue +++ b/src/components/layout/default.vue @@ -1,5 +1,5 @@