Skip to content

Commit 5f30ccf

Browse files
committed
fix(ColorModeButton): missing icon import
Resolves #5486
1 parent f9d39d9 commit 5f30ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/components/color-mode/ColorModeButton.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import { reactiveOmit } from '@vueuse/core'
2020
import { useColorMode, useAppConfig } from '#imports'
2121
import { useLocale } from '../../composables/useLocale'
2222
import UButton from '../Button.vue'
23+
import UIcon from '../Icon.vue'
2324
2425
defineOptions({ inheritAttrs: false })
2526

0 commit comments

Comments
 (0)