mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
docs(examples): fix color mode code-block
This commit is contained in:
@@ -20,7 +20,7 @@ You can easily build a color mode button by using the `useColorMode` composable
|
||||
:color-mode-button
|
||||
|
||||
#code
|
||||
```vue [components/ColorModeButton.vue]
|
||||
```vue
|
||||
<script setup>
|
||||
const colorMode = useColorMode()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user