From d61320b97b056b1eb59b0157384e74c59ade7f1c Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Tue, 27 May 2025 21:22:48 +1000 Subject: [PATCH] fix(App): use local router instance for navigation in back button --- src/App.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5459c85..0177d0f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,11 +1,12 @@ @@ -41,7 +42,7 @@ const route = useRoute()