mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-02 20:18:22 +08:00
fix: InputSearch return wrong value #53
This commit is contained in:
parent
5130f7353f
commit
079f82d66e
@ -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`
|
||||
|
@ -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`
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user