From 637a56e62d2b4b93827ce6867d1e0e92e3db5aab Mon Sep 17 00:00:00 2001 From: Stephan Koglin-Fischer <81704844+skf-funzt@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:56:34 +0100 Subject: [PATCH] doc: added missing import in auto-form example I've added a missing import of `auto-form` to the first complete example as without the code, it would not run right away. --- apps/www/src/content/docs/components/auto-form.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/www/src/content/docs/components/auto-form.md b/apps/www/src/content/docs/components/auto-form.md index 149fda08..4c499d01 100644 --- a/apps/www/src/content/docs/components/auto-form.md +++ b/apps/www/src/content/docs/components/auto-form.md @@ -403,6 +403,7 @@ By passing the `form` as props, you can control and use the method provided by ` ```vue