diff --git a/web/components.d.ts b/web/components.d.ts index 187ed8e..fb22071 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -7,6 +7,7 @@ export {} declare module 'vue' { export interface GlobalComponents { + ActionToolbar: typeof import('./src/components/actionToolbar.vue')['default'] CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default'] HeaderBar: typeof import('./src/components/HeaderBar.vue')['default'] ListViewElement: typeof import('./src/components/ListViewElement.vue')['default'] diff --git a/web/src/App.vue b/web/src/App.vue index b5dd2fb..7c83622 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -3,6 +3,7 @@
+
  • @@ -16,6 +17,7 @@ diff --git a/web/src/components/CategoryContainer.vue b/web/src/components/CategoryContainer.vue index 76d979b..b805ff1 100644 --- a/web/src/components/CategoryContainer.vue +++ b/web/src/components/CategoryContainer.vue @@ -24,7 +24,6 @@ + + + + +