From a5aaff660cbf583d5f02f9e33e600546e162c032 Mon Sep 17 00:00:00 2001 From: SeoJHeasdw Date: Thu, 12 Jun 2025 09:35:44 +0900 Subject: [PATCH] release --- src/App.vue | 215 +++------------- src/main.js | 54 ---- src/router/index.js | 80 ++---- src/store/auth.js | 184 ++++++++------ src/styles/variables.scss | 95 +++++++ src/views/LoginView.vue | 518 +++++++++++++++++++------------------- vite.config.js | 8 - 7 files changed, 523 insertions(+), 631 deletions(-) create mode 100644 src/styles/variables.scss diff --git a/src/App.vue b/src/App.vue index 9d1139b..01adb8d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,16 +2,8 @@