From e44c06c0b8f3cf4321b303003898ec49f1d9a67a Mon Sep 17 00:00:00 2001 From: Silent YANG Date: Sun, 16 Jun 2024 15:14:53 +0800 Subject: [PATCH] update --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index d96de40..9e901f8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -40,6 +40,7 @@ if(location.hostname == 'k5.vicicode.com' || location.hostname == 'k5.lhw711.cn' app.use(VueMatomo, { host: '//analytics.vicicode.com', siteId: 2, + router: router }) }