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);