mod: 去除无用代码
This commit is contained in:
parent
6b3d2e1498
commit
5ddfb4d8e6
|
@ -28,13 +28,7 @@ watch(
|
||||||
show.value = true
|
show.value = true
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (!collapse) {
|
|
||||||
setTimeout(() => {
|
|
||||||
show.value = !collapse
|
show.value = !collapse
|
||||||
}, 400)
|
|
||||||
} else {
|
|
||||||
show.value = !collapse
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue