chore: case
This commit is contained in:
parent
9eac1da4c2
commit
e81273e944
4 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
import { STORAGE_KEY_FIRST_VISIT, STORAGE_KEY_ZEN_MODE } from '~/constants'
|
||||
|
||||
export const isFirstVisit = useLocalStorage(STORAGE_KEY_FIRST_VISIT, true)
|
||||
export const isZenmode = useLocalStorage(STORAGE_KEY_ZEN_MODE, false)
|
||||
export const toggleZenmode = useToggle(isZenmode)
|
||||
export const isZenMode = useLocalStorage(STORAGE_KEY_ZEN_MODE, false)
|
||||
export const toggleZenMode = useToggle(isZenMode)
|
||||
|
||||
export const isUserSwitcherOpen = ref(false)
|
||||
export const isSigninDialogOpen = ref(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue