Skip to content

Commit 70ea31e

Browse files
committed
[2.7.4] <Button /> component from element-ui, just for convenience
1 parent 42d2264 commit 70ea31e

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

VueForm/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { Button } from 'element-ui'
2+
13
import Form from './components/Form'
24
import Radio from './components/ConnectedRadio'
35
import RadioGroup from './components/ConnectedRadioGroup'
@@ -36,6 +38,7 @@ export {
3638
Upload,
3739
FormItem,
3840
Notification,
41+
Button,
3942
validators,
4043
}
4144

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)