props.origin 2
This commit is contained in:
parent
16ebe56bed
commit
c464e7d31e
|
@ -58,7 +58,7 @@ function tick() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!invalid && (props.mode === 'relative' || props.mode === 'detail' || props.origin === null)) {
|
if (!invalid && (props.mode === 'relative' || props.mode === 'detail')) {
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
tickId = window.setInterval(tick, 10000);
|
tickId = window.setInterval(tick, 10000);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue