This commit is contained in:
tamaina 2023-06-09 03:55:58 +00:00
parent 2f5efdd169
commit a20f8f25a4
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ function tick() {
if (!invalid && (props.mode === 'relative' || props.mode === 'detail' || props.origin === null)) {
onMounted(() => {
tick();
tickId = window.setInterval(tick, 10000);
});
onUnmounted(() => {