File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.4.3
2+
3+ ### Added
4+
5+ - ` <Form /> ` has attribute novalidate by default
6+
17## 1.4.2
28
39### Fixed
Original file line number Diff line number Diff line change @@ -78,6 +78,7 @@ See demo at [https://detools.github.io/vue-form](https://detools.github.io/vue-f
7878
7979## Changelog
8080
81+ - [ 1.4.3] ( /CHANGELOG.md#143 )
8182- [ 1.4.2] ( /CHANGELOG.md#142 )
8283- [ 1.4.1] ( /CHANGELOG.md#141 )
8384- [ 1.4.0] ( /CHANGELOG.md#140 )
Original file line number Diff line number Diff line change @@ -222,6 +222,7 @@ export default {
222222
223223 return (
224224 < Form
225+ novalidate
225226 class = {className}
226227 label- width= {this .labelWidth }
227228 label- suffix= {this .labelSuffix }
Original file line number Diff line number Diff line change 11{
22 "name" : " @detools/vue-form" ,
3- "version" : " 1.4.2 " ,
3+ "version" : " 1.4.3 " ,
44 "description" : " Vue Form component on hooks" ,
55 "main" : " VueForm/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments