From 54907d6eec374f9ad35bfb148679f4e9fa2b7dfe Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Thu, 21 Dec 2023 03:39:47 +0100 Subject: [PATCH] components/navigation/navigation: actually watch for route changes the useRoute() did not return ref, so the previous implementation did not work --- components/navigation/navigation.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/navigation/navigation.vue b/components/navigation/navigation.vue index f981960..33dce92 100644 --- a/components/navigation/navigation.vue +++ b/components/navigation/navigation.vue @@ -1,16 +1,16 @@