Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit a0c3ad7

Browse files
authored
Merge pull request #5 from quicoto/readme-typo
Fix typo in code snippet
2 parents e847b54 + 48d9fb3 commit a0c3ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![Current Relase](https://img.shields.io/github/package-json/v/alvarosaburido/vue-dynamic-forms) [![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
66

77
Implementing handcrafted forms can be:
8-
1. Costly
8+
1. Costly
99
2. Time-consuming
1010

1111
Specially if you need to create a very large form, in which the inputs are similar to each other, and they change frequently to meet rapidly changing business and regulatory requirements.
@@ -70,7 +70,7 @@ The dynamic form component is really easy to use, you will only need to add it t
7070
```html
7171
<template>
7272
<dynamic-form :id="testForm.id" :fields="testForm.fields" />
73-
<button type="submit" form="testForm.id">Submit</button>
73+
<button type="submit" :form="testForm.id">Submit</button>
7474
</template>
7575
```
7676

0 commit comments

Comments
 (0)