From 17170bb99827b317eab47cfa6cfb161fe606a4b7 Mon Sep 17 00:00:00 2001 From: Romain Hamel Date: Tue, 12 Nov 2024 13:57:04 +0100 Subject: [PATCH] playground(form): update examples (#2613) --- .../examples/form/FormExampleElements.vue | 10 +- .../app/components/FormElementsExample.vue | 108 ------------------ .../app/components/FormNestedExample.vue | 65 ----------- .../app/components/FormNestedListExample.vue | 83 -------------- playground/app/pages/components/form.vue | 84 +++----------- 5 files changed, 24 insertions(+), 326 deletions(-) delete mode 100644 playground/app/components/FormElementsExample.vue delete mode 100644 playground/app/components/FormNestedExample.vue delete mode 100644 playground/app/components/FormNestedListExample.vue diff --git a/docs/app/components/content/examples/form/FormExampleElements.vue b/docs/app/components/content/examples/form/FormExampleElements.vue index cbf60b8f..d01da473 100644 --- a/docs/app/components/content/examples/form/FormExampleElements.vue +++ b/docs/app/components/content/examples/form/FormExampleElements.vue @@ -73,15 +73,15 @@ async function onSubmit(event: FormSubmitEvent) { - + - + - + @@ -104,11 +104,11 @@ async function onSubmit(event: FormSubmitEvent) {
- + Submit - + Clear
diff --git a/playground/app/components/FormElementsExample.vue b/playground/app/components/FormElementsExample.vue deleted file mode 100644 index 75e3676d..00000000 --- a/playground/app/components/FormElementsExample.vue +++ /dev/null @@ -1,108 +0,0 @@ - - - diff --git a/playground/app/components/FormNestedExample.vue b/playground/app/components/FormNestedExample.vue deleted file mode 100644 index f6e92844..00000000 --- a/playground/app/components/FormNestedExample.vue +++ /dev/null @@ -1,65 +0,0 @@ - - - diff --git a/playground/app/components/FormNestedListExample.vue b/playground/app/components/FormNestedListExample.vue deleted file mode 100644 index b2fdd3ba..00000000 --- a/playground/app/components/FormNestedListExample.vue +++ /dev/null @@ -1,83 +0,0 @@ - - - diff --git a/playground/app/pages/components/form.vue b/playground/app/pages/components/form.vue index 77a57191..9d113672 100644 --- a/playground/app/pages/components/form.vue +++ b/playground/app/pages/components/form.vue @@ -1,6 +1,9 @@