parent
5220dd8089
commit
c835bb8f9e
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.4.10
|
||||||
|
|
||||||
|
`2019-12-11`
|
||||||
|
|
||||||
|
- 🐞 Fixed the left and right arrows of MonthPicker cannot be worked [#1543](https://github.com/vueComponent/ant-design-vue/issues/1543)
|
||||||
|
|
||||||
## 1.4.9
|
## 1.4.9
|
||||||
|
|
||||||
`2019-12-10`
|
`2019-12-10`
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.4.10
|
||||||
|
|
||||||
|
`2019-12-11`
|
||||||
|
|
||||||
|
- 🐞 修复 `MonthPicker` 左右箭头切换月份失效问题 [#1543](https://github.com/vueComponent/ant-design-vue/issues/1543)
|
||||||
|
|
||||||
## 1.4.9
|
## 1.4.9
|
||||||
|
|
||||||
`2019-12-10`
|
`2019-12-10`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.4.9",
|
"version": "1.4.10",
|
||||||
"title": "Ant Design Vue",
|
"title": "Ant Design Vue",
|
||||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -220,4 +220,4 @@
|
||||||
"lib/**/style/*",
|
"lib/**/style/*",
|
||||||
"*.less"
|
"*.less"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue