We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6eb275 commit 90eadbdCopy full SHA for 90eadbd
README.md
@@ -64,9 +64,11 @@ let vm = new Vue({
64
```
65
```html
66
<div id="el">
67
- <formly-form :form="form" :model="model" :fields="fields" @submit="doSomething">
68
- <button>Submit</button>
69
- </formly-form>
+ <form @submit="doSomething">
+ <formly-form :form="form" :model="model" :fields="fields">
+ <button>Submit</button>
70
+ </formly-form>
71
+ </form>
72
</div>
73
74
If you include the script it will be installed for you.
0 commit comments