diff --git a/app.vue b/app.vue index 6bb6396c..92eaeadf 100644 --- a/app.vue +++ b/app.vue @@ -6,14 +6,14 @@ provideGlobalCommands() // We want to trigger rerendering the page when account changes const key = computed(() => `${currentUser.value?.server ?? currentServer.value}:${currentUser.value?.account.id || ''}`) -const { params } = useRoute() +const { params, path } = useRoute() diff --git a/pages/home.vue b/pages/home.vue index 55827f2c..65cc1a7b 100644 --- a/pages/home.vue +++ b/pages/home.vue @@ -1,16 +1,16 @@