mirror of
https://example.com
synced 2024-11-24 06:56:41 +09:00
fix: 🐛 MkTime logic
This commit is contained in:
parent
466917feb6
commit
bdce35d522
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ function tick() {
|
|||
|
||||
if (
|
||||
!invalid &&
|
||||
props.origin === null &&
|
||||
!props.origin &&
|
||||
(props.mode === "relative" || props.mode === "detail")
|
||||
) {
|
||||
onMounted(() => {
|
||||
|
|
Loading…
Reference in a new issue