From dc3c1412253fba1aa1c14cbc88133f076b44b171 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Thu, 23 Jan 2025 22:54:55 +0100 Subject: [PATCH] fix(ui-docs): Add toggle code example --- front/ui-docs/components/ui/toggle.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/ui-docs/components/ui/toggle.md b/front/ui-docs/components/ui/toggle.md index f2e87407e..657f51257 100644 --- a/front/ui-docs/components/ui/toggle.md +++ b/front/ui-docs/components/ui/toggle.md @@ -39,6 +39,10 @@ Link your toggle to an input using the `v-model` directive. +```vue-html{2} + +``` +