fix: 修复自动化代码管理侧边栏自动展开的问题

This commit is contained in:
青菜白玉汤 2024-12-11 15:23:05 +08:00 committed by GitHub
parent 283143e1bf
commit 53f901952e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@
funcFlag.value = true
}
const funcFlag = ref(true)
const funcFlag = ref(false)
const closeFunc = () => {
funcFlag.value = false