From d4f60d2b38a9a8eda115fdb56b136a245f879792 Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Mon, 19 May 2025 11:42:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AF=BC=E8=88=AA=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Navigation/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Navigation/Index.vue b/src/components/Navigation/Index.vue index 27af91b..120888f 100644 --- a/src/components/Navigation/Index.vue +++ b/src/components/Navigation/Index.vue @@ -7,7 +7,7 @@ const route = useRoute(); const navigation = ref([ { - title: '主页', + title: '首页', link: { name: 'home', path: '/home'