From 25d44f500b36f536eafbfb2f5c6916729f223b54 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Thu, 23 Mar 2023 23:59:42 -0700 Subject: [PATCH] console log --- packages/client/src/ui/universal.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/client/src/ui/universal.vue b/packages/client/src/ui/universal.vue index 8c7651231b..7047dfe724 100644 --- a/packages/client/src/ui/universal.vue +++ b/packages/client/src/ui/universal.vue @@ -47,7 +47,7 @@ - +
>(); const widgetsEl = $ref(); const postButton = $ref(); -const chatButton = $ref(); const widgetsShowing = $ref(false); provide('router', mainRouter); @@ -259,7 +258,7 @@ function top() { } const wallpaper = localStorage.getItem('wallpaper') != null; - +console.log(mainRouter.currentRoute.value.name);