From e4d500f7c7fe8237a8fb5f6e92e23977c04ea990 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 9 Oct 2023 18:22:48 +0200 Subject: [PATCH] docs(examples): fix color mode code-block --- docs/content/1.getting-started/5.examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/5.examples.md b/docs/content/1.getting-started/5.examples.md index f90e614f..ff70aaad 100644 --- a/docs/content/1.getting-started/5.examples.md +++ b/docs/content/1.getting-started/5.examples.md @@ -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