Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d39d9 commit 5f30ccfCopy full SHA for 5f30ccf
src/runtime/components/color-mode/ColorModeButton.vue
@@ -20,6 +20,7 @@ import { reactiveOmit } from '@vueuse/core'
20
import { useColorMode, useAppConfig } from '#imports'
21
import { useLocale } from '../../composables/useLocale'
22
import UButton from '../Button.vue'
23
+import UIcon from '../Icon.vue'
24
25
defineOptions({ inheritAttrs: false })
26
0 commit comments