fix: InputSearch return wrong value #53

This commit is contained in:
tjz 2018-06-28 22:17:08 +08:00
parent 5130f7353f
commit 079f82d66e
3 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,11 @@
---
## 0.6.4
`2018-06-28`
- 🐞 Fix `InputSearch` `v-model` return wrong value[#53](https://github.com/vueComponent/ant-design/issues/53
## 0.6.3
`2018-06-26`

View File

@ -2,6 +2,11 @@
---
## 0.6.4
`2018-06-28`
- 🐞 修复`InputSearch`的`v-model`返回值错误问题[#53](https://github.com/vueComponent/ant-design/issues/53)
## 0.6.3
`2018-06-26`

View File

@ -22,7 +22,9 @@ export default {
},
enterButton: PropTypes.oneOfType([PropTypes.bool, PropTypes.string, PropTypes.object]),
},
computed: {
model: {
prop: 'value',
event: 'change.value',
},
methods: {
onSearch (e) {