From 08571869b5e7758645b2d2a6bedc74ea532faf74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Sun, 3 May 2026 11:27:15 +0800 Subject: [PATCH] =?UTF-8?q?debug:=20App.vue=20onMounted=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E7=89=88=E6=9C=AC=E5=8F=B7=E6=97=A5=E5=BF=97=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E9=AA=8C=E8=AF=81=E7=BC=93=E5=AD=98=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index 302c3e7..9a5669a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -70,6 +70,7 @@ export default defineComponent({ const badge_props: Partial = { showZero: false, max: 99 } onMounted(() => { + console.debug('[App.vue] mounted v20260503', {role: store.currentRole, tags: store.current.tags}); let vconsole = document.getElementById("__vconsole"); if (vconsole) { vconsole.hidden = true;