docs(examples): fix color mode code-block

This commit is contained in:
Benjamin Canac
2023-10-09 18:22:48 +02:00
parent aa42c4a5d1
commit e4d500f7c7

View File

@@ -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()