This commit is contained in:
李志鹏
2026-05-28 09:47:20 +08:00
parent 1ba4bbce03
commit 8ccc57c26c

View File

@@ -69,7 +69,7 @@
} }
}) })
const activeChild = ref('') const activeChild = ref('')
const show = ref(true) const show = ref(false)
const close = () => { const close = () => {
show.value = false show.value = false
} }