parent
73f9b23f8b
commit
466ea96f86
|
@ -10,6 +10,12 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.3.2
|
||||
`2019-01-17`
|
||||
|
||||
- 🐞 Fix Form reports an error when using the obsolete API `autoCreateForm`.[#413](https://github.com/vueComponent/ant-design-vue/issues/413)。
|
||||
- 🐞 Fix Slider error when clicking mark. [#407](https://github.com/vueComponent/ant-design-vue/issues/407)。
|
||||
|
||||
## 1.3.1
|
||||
`2019-01-15`
|
||||
|
||||
|
|
|
@ -10,6 +10,12 @@
|
|||
|
||||
---
|
||||
|
||||
## 1.3.2
|
||||
`2019-01-17`
|
||||
|
||||
- 🐞 修复Form在使用废弃API `autoCreateForm` 时报错问题。[#413](https://github.com/vueComponent/ant-design-vue/issues/413)。
|
||||
- 🐞 修复Slider点击mark时报错问题。[#407](https://github.com/vueComponent/ant-design-vue/issues/407)。
|
||||
|
||||
## 1.3.1
|
||||
`2019-01-15`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue