Commit 013ab342 by wusiyi

fix: bug

parent 4127361d
......@@ -612,7 +612,7 @@ watch(visible, async (value: boolean) => {
}
}
})
watch(boxIndex, (value: number | null) => {
watch(boxIndex, () => {
// if (value) {
const bool = !boxChange.value
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment