From 66dcba03b5367110521512daae1f9e4cc1dd84b4 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 22 Oct 2024 10:00:50 +0300 Subject: [PATCH] Password form --- apps/showcase/doc/password/FormDoc.vue | 102 +++++++++++++++++++++++++ apps/showcase/pages/password/index.vue | 6 ++ 2 files changed, 108 insertions(+) create mode 100644 apps/showcase/doc/password/FormDoc.vue diff --git a/apps/showcase/doc/password/FormDoc.vue b/apps/showcase/doc/password/FormDoc.vue new file mode 100644 index 000000000..3ed93669a --- /dev/null +++ b/apps/showcase/doc/password/FormDoc.vue @@ -0,0 +1,102 @@ + + + diff --git a/apps/showcase/pages/password/index.vue b/apps/showcase/pages/password/index.vue index 063cbd07e..f78d3c679 100755 --- a/apps/showcase/pages/password/index.vue +++ b/apps/showcase/pages/password/index.vue @@ -8,6 +8,7 @@ import BasicDoc from '@/doc/password/BasicDoc.vue'; import DisabledDoc from '@/doc/password/DisabledDoc.vue'; import FilledDoc from '@/doc/password/FilledDoc.vue'; import FloatLabelDoc from '@/doc/password/FloatLabelDoc.vue'; +import FormDoc from '@/doc/password/FormDoc.vue'; import IftaLabelDoc from '@/doc/password/IftaLabelDoc.vue'; import ImportDoc from '@/doc/password/ImportDoc.vue'; import InvalidDoc from '@/doc/password/InvalidDoc.vue'; @@ -32,6 +33,11 @@ export default { label: 'Basic', component: BasicDoc }, + { + id: 'form', + label: 'Form', + component: FormDoc + }, { id: 'meter', label: 'Meter',