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 @@