Skip to content

Commit b576129

Browse files
committed
fix(client): fix counter issue, fix #1059
1 parent 533ca08 commit b576129

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/client/src/init.ts

-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ export const init = ({
8383
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
8484
if (app) app.mount(root!);
8585

86-
updateCommentCount();
87-
updatePageviewCount();
88-
8986
const stopComment = watchEffect(updateCommentCount);
9087
const stopPageview = watchEffect(updatePageviewCount);
9188

0 commit comments

Comments
 (0)