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
+
1
7
## 2.7.3
2
8
3
9
### 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
80
80
81
81
## Changelog
82
82
83
+ - [ 2.7.4] ( /CHANGELOG.md#274 )
83
84
- [ 2.7.3] ( /CHANGELOG.md#273 )
84
85
- [ 2.7.2] ( /CHANGELOG.md#272 )
85
86
- [ 2.7.1] ( /CHANGELOG.md#271 )
Original file line number Diff line number Diff line change
1
+ import { Button } from 'element-ui'
2
+
1
3
import Form from './components/Form'
2
4
import Radio from './components/ConnectedRadio'
3
5
import RadioGroup from './components/ConnectedRadioGroup'
@@ -36,6 +38,7 @@ export {
36
38
Upload ,
37
39
FormItem ,
38
40
Notification ,
41
+ Button ,
39
42
validators ,
40
43
}
41
44
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @detools/vue-form" ,
3
- "version" : " 2.7.3 " ,
3
+ "version" : " 2.7.4 " ,
4
4
"description" : " Form State Management for VueJS" ,
5
5
"main" : " VueForm/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments