From 77090134d5fa35ac08fc51cb70867b936a431ead Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 29 Dec 2024 17:52:02 +0100 Subject: [PATCH] chore(ui-docs): add example code to input docs --- front/ui-docs/components/ui/input.md | 49 ++++++++++++++++++++++++++-- 1 file changed, 47 insertions(+), 2 deletions(-) diff --git a/front/ui-docs/components/ui/input.md b/front/ui-docs/components/ui/input.md index ce7526c77..62a6e2838 100644 --- a/front/ui-docs/components/ui/input.md +++ b/front/ui-docs/components/ui/input.md @@ -57,14 +57,19 @@ You can add a template on the right-hand side of the input to guide the user's i ### Search +```vue-html + +``` + ### Password +```vue-html