fix: inconsistent performance between breadcrumbs and tabs (#4105)

This commit is contained in:
Vben
2024-08-10 10:30:15 +08:00
committed by GitHub
parent ed14282999
commit 8725a01301
5 changed files with 25 additions and 12 deletions

View File

@@ -23,6 +23,6 @@ function registerAnalytics() {
export function initHmPlugin() {
if (inBrowser && import.meta.env.PROD) {
registerAnalytics(SITE_ID);
registerAnalytics();
}
}