We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dcdd92 commit 3a51216Copy full SHA for 3a51216
components/statistic/Countdown.tsx
@@ -38,6 +38,7 @@ export default defineComponent({
38
if (timestamp > Date.now()) {
39
emit('change', timestamp - Date.now());
40
}
41
+ syncTimer();
42
}, REFRESH_INTERVAL);
43
};
44
0 commit comments