fix
This commit is contained in:
parent
2f5efdd169
commit
a20f8f25a4
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue