Update form.md

Small text change for clarity
This commit is contained in:
chachew 2024-04-22 13:27:07 -05:00 committed by GitHub
parent 8e132b1987
commit 2917ff6a6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -249,7 +249,7 @@ function onSubmit(values) {
### Build your form ### Build your form
Based on last step we can either use `<Form />` component or `useForm` composable Based on last step we can either use `<Form />` component or `useForm` composable
`useForm` is recommended cause values are typed automatically `useForm` is recommended because values are typed automatically
```vue:line-numbers {2} ```vue:line-numbers {2}
<script setup lang="ts"> <script setup lang="ts">