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)) {
|
if (!invalid && (props.mode === 'relative' || props.mode === 'detail' || props.origin === null)) {
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
tick();
|
|
||||||
tickId = window.setInterval(tick, 10000);
|
tickId = window.setInterval(tick, 10000);
|
||||||
});
|
});
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
|
|
Loading…
Reference in New Issue