From 57a9b5adc51d25eda6e5d1938b0843a49b03c059 Mon Sep 17 00:00:00 2001 From: Lexcubia Date: Mon, 21 Apr 2025 11:11:08 +0800 Subject: [PATCH] update --- index.html | 2 +- src/layouts/MainLayout.vue | 2 +- src/main.js | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 8388c4b..e2b3441 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + Vue + 对话
diff --git a/src/layouts/MainLayout.vue b/src/layouts/MainLayout.vue index 6ce70b0..86a1d57 100644 --- a/src/layouts/MainLayout.vue +++ b/src/layouts/MainLayout.vue @@ -15,7 +15,7 @@ import Sidebar from '../components/Sidebar.vue'