From f79148ee5f7c3e40bbff811a582c5b77fad74e06 Mon Sep 17 00:00:00 2001
From: AaronHux <127546691+AaronHux@users.noreply.github.com>
Date: Sun, 30 Apr 2023 00:34:13 -0500
Subject: [PATCH] =?UTF-8?q?fix:=20=20=E5=AF=BC=E8=88=AA=E6=A0=8F=E8=AF=AD?=
=?UTF-8?q?=E8=A8=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
components/header/nav.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/components/header/nav.vue b/components/header/nav.vue
index 1ded562..545c7e3 100644
--- a/components/header/nav.vue
+++ b/components/header/nav.vue
@@ -20,14 +20,14 @@ const navs = useNav()
>
- {{ nav.title }}
+ {{ $t(nav.title) }}