1
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user