File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.5.6
2+
3+ ### Removed
4+
5+ - ` marginTop ` for buttons container
6+
17## 2.5.5
28
39### Fixed
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ See demo at [https://detools.github.io/vue-form](https://detools.github.io/vue-f
7979
8080## Changelog
8181
82+ - [ 2.5.6] ( /CHANGELOG.md#256 )
8283- [ 2.5.5] ( /CHANGELOG.md#255 )
8384- [ 2.5.4] ( /CHANGELOG.md#254 )
8485- [ 2.5.3] ( /CHANGELOG.md#253 )
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ const styles = {
55 flexWrap : 'no-wrap' ,
66 justifyContent : 'flex-start' ,
77 alignItems : 'flex-start' ,
8- marginTop : '44px' ,
98 } ,
109 buttons_center : {
1110 justifyContent : 'center' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @detools/vue-form" ,
3- "version" : " 2.5.5 " ,
3+ "version" : " 2.5.6 " ,
44 "description" : " Form State Management for VueJS" ,
55 "main" : " VueForm/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments