diff --git a/web/components.d.ts b/web/components.d.ts index 6b4427f..79bb902 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -5,14 +5,14 @@ // Read more: https://github.com/vuejs/core/pull/3399 export {} -declare module 'vue' { +declare module "vue" { export interface GlobalComponents { - CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default'] - Clipboard: typeof import('./src/components/Clipboard.vue')['default'] - HeaderBar: typeof import('./src/components/HeaderBar.vue')['default'] - ListViewElement: typeof import('./src/components/ListViewElement.vue')['default'] - LoginPage: typeof import('./src/components/loginPage.vue')['default'] - MainPage: typeof import('./src/components/MainPage.vue')['default'] - UsersDialog: typeof import('./src/components/NavBarIcons/UsersDialog.vue')['default'] + CategoryContainer: typeof import("./src/components/CategoryContainer.vue")["default"]; + Clipboard: typeof import("./src/components/Clipboard.vue")["default"]; + HeaderBar: typeof import("./src/components/HeaderBar.vue")["default"]; + ListViewElement: typeof import("./src/components/ListViewElement.vue")["default"]; + LoginPage: typeof import("./src/components/loginPage.vue")["default"]; + MainPage: typeof import("./src/components/MainPage.vue")["default"]; + UsersDialog: typeof import("./src/components/NavBarIcons/UsersDialog.vue")["default"]; } } diff --git a/web/src/components/CategoryContainer.vue b/web/src/components/CategoryContainer.vue index 421f76f..f458970 100644 --- a/web/src/components/CategoryContainer.vue +++ b/web/src/components/CategoryContainer.vue @@ -1,8 +1,9 @@