File tree Expand file tree Collapse file tree 4 files changed +11
-1
lines changed
Expand file tree Collapse file tree 4 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 2.7.4
2+
3+ ### Added
4+
5+ — ` <Button /> ` component from ` element-ui ` , just for convenience
6+
17## 2.7.3
28
39### Updated
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ See demo at [https://detools.github.io/vue-form](https://detools.github.io/vue-f
8080
8181## Changelog
8282
83+ - [ 2.7.4] ( /CHANGELOG.md#274 )
8384- [ 2.7.3] ( /CHANGELOG.md#273 )
8485- [ 2.7.2] ( /CHANGELOG.md#272 )
8586- [ 2.7.1] ( /CHANGELOG.md#271 )
Original file line number Diff line number Diff line change 1+ import { Button } from 'element-ui'
2+
13import Form from './components/Form'
24import Radio from './components/ConnectedRadio'
35import RadioGroup from './components/ConnectedRadioGroup'
@@ -36,6 +38,7 @@ export {
3638 Upload ,
3739 FormItem ,
3840 Notification ,
41+ Button ,
3942 validators ,
4043}
4144
Original file line number Diff line number Diff line change 11{
22 "name" : " @detools/vue-form" ,
3- "version" : " 2.7.3 " ,
3+ "version" : " 2.7.4 " ,
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