parent
e218afd787
commit
e1ac8ce6f0
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.7.6
|
||||||
|
|
||||||
|
`2021-06-26`
|
||||||
|
|
||||||
|
- 🐞 Fix the problem that the height of the table is misplaced and the expansion does not take effect when the alias is not set [#4223](https://github.com/vueComponent/ant-design-vue/issues/4223)
|
||||||
|
|
||||||
## 1.7.5
|
## 1.7.5
|
||||||
|
|
||||||
`2021-05-09`
|
`2021-05-09`
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## 1.7.6
|
||||||
|
|
||||||
|
`2021-06-26`
|
||||||
|
|
||||||
|
- 🐞 修复不设置 alias 时,table 高度错位,展开不生效问题 [#4223](https://github.com/vueComponent/ant-design-vue/issues/4223)
|
||||||
|
|
||||||
## 1.7.5
|
## 1.7.5
|
||||||
|
|
||||||
`2021-05-09`
|
`2021-05-09`
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ant-design-vue",
|
"name": "ant-design-vue",
|
||||||
"version": "1.7.5",
|
"version": "1.7.6",
|
||||||
"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": [
|
||||||
|
|
Loading…
Reference in New Issue