From 00b1083626c449686856663e4f7e8569039c6a58 Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Tue, 27 May 2025 21:23:20 +1000 Subject: [PATCH] fix(App): comment out unused RouterLink for the lucky route --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 85d4e83..dcdbb6b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -25,12 +25,12 @@ const router = useRouter() :class="route.path === '/' ? 'font-semibold text-white' : 'text-white/50 hover:text-white/80'">浏览 -
  • +