Skip to content

Commit

Permalink
refactor(useColorMode): remove unnecessary default value
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
  • Loading branch information
dfreier and antfu committed Jun 21, 2022
1 parent 85f8bb9 commit e59b8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useColorMode/index.ts
Expand Up @@ -87,7 +87,7 @@ export function useColorMode<T extends string = BasicColorSchema>(options: UseCo
storageKey = 'vueuse-color-scheme',
listenToStorageChanges = true,
storageRef,
emitAuto = false,
emitAuto,
} = options

const modes = {
Expand Down

0 comments on commit e59b8c8

Please sign in to comment.