fix: nav more menu not active (#2300)

This commit is contained in:
Sma11X 2023-08-02 17:43:24 +08:00 committed by GitHub
parent b84a6ccc32
commit 468a17ad58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ const colorMode = useColorMode()
const userSettings = useUserSettings()
function toggleVisible() {
modelValue.value = !modelValue
modelValue.value = !modelValue.value
}
const buttonEl = ref<HTMLDivElement>()