mirror of
https://github.com/elk-zone/elk
synced 2024-11-24 07:06:08 +09:00
fix: help modal when first visit
This commit is contained in:
parent
802a168051
commit
44f84f36a3
@ -3,7 +3,7 @@ const { modelValue } = defineModel<{
|
||||
modelValue: boolean
|
||||
}>()
|
||||
|
||||
let init = $ref(false)
|
||||
let init = $ref(modelValue || false)
|
||||
watchOnce(modelValue, () => {
|
||||
init = true
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user