From 5120d82b836d0bc0e4c62d80b9af0a96dab92b3e Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Sun, 22 Sep 2024 10:23:46 +0300 Subject: [PATCH] probably some fix --- src/App.vue | 1 + src/components/Auth.vue | 2 ++ src/components/Header.vue | 2 ++ src/components/edit/QuestionEdit.vue | 2 ++ src/router/index.ts | 2 ++ src/stores/auth.ts | 1 + src/views/Profile.vue | 2 ++ src/views/form/Answers.vue | 2 ++ src/views/form/Edit.vue | 2 ++ src/views/form/View.vue | 2 ++ vite.config.ts | 4 ---- 11 files changed, 18 insertions(+), 4 deletions(-) diff --git a/src/App.vue b/src/App.vue index fc57988..3d74243 100644 --- a/src/App.vue +++ b/src/App.vue @@ -13,6 +13,7 @@ diff --git a/src/components/Auth.vue b/src/components/Auth.vue index 513cf2b..bce6f4d 100644 --- a/src/components/Auth.vue +++ b/src/components/Auth.vue @@ -1,4 +1,6 @@