parent
799e0d4209
commit
e10d2edf0a
|
@ -10,6 +10,10 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.3.7
|
||||
`2019-03-18`
|
||||
- 🐞 Fix `Select` `selectedKeys` type validation error [#597](https://github.com/vueComponent/ant-design-vue/issues/597)
|
||||
|
||||
## 1.3.6
|
||||
`2019-03-17`
|
||||
- 🐞 Fix `Select` title attribute to display confusion [#588](https://github.com/vueComponent/ant-design-vue/issues/588)
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.3.7
|
||||
`2019-03-18`
|
||||
- 🐞 修复 `Select` `selectedKeys` 类型校验错误 [#597](https://github.com/vueComponent/ant-design-vue/issues/597)
|
||||
|
||||
## 1.3.6
|
||||
`2019-03-17`
|
||||
- 🐞 修复 `Select` title属性显示错乱问题 [#588](https://github.com/vueComponent/ant-design-vue/issues/588)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.3.6",
|
||||
"version": "1.3.7",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue