From 8258cd3829b89b2f54954db8cce73af7431736e2 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 15 Oct 2024 15:09:21 +0200 Subject: [PATCH] docs(form): use `useTemplateRef` --- .../content/examples/form/FormExampleElements.vue | 5 +++-- .../examples/form/FormExampleNestedList.vue | 3 +-- docs/content/3.components/form.md | 14 +++++++++++++- playground/app/components/FormElementsExample.vue | 5 +++-- .../app/components/FormNestedListExample.vue | 2 -- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/docs/app/components/content/examples/form/FormExampleElements.vue b/docs/app/components/content/examples/form/FormExampleElements.vue index 23a434df..cbf60b8f 100644 --- a/docs/app/components/content/examples/form/FormExampleElements.vue +++ b/docs/app/components/content/examples/form/FormExampleElements.vue @@ -1,6 +1,6 @@ + + +``` + +This will give you access to the following: | Name | Type | | ---- | ---- | diff --git a/playground/app/components/FormElementsExample.vue b/playground/app/components/FormElementsExample.vue index 5b338de5..a9ce8a14 100644 --- a/playground/app/components/FormElementsExample.vue +++ b/playground/app/components/FormElementsExample.vue @@ -1,6 +1,6 @@