parent
0cd3db0bb0
commit
3be5a422f2
|
@ -10,6 +10,13 @@
|
|||
|
||||
---
|
||||
|
||||
## 2.2.4
|
||||
|
||||
`2021-08-10`
|
||||
|
||||
- 🌟 Support Vue@3.2 [#4490](https://github.com/vueComponent/ant-design-vue/issues/4490)
|
||||
- 🌟 Automatically hide the horizontal scroll bar of `Table` [#4484](https://github.com/vueComponent/ant-design-vue/issues/4484)
|
||||
|
||||
## 2.2.3
|
||||
|
||||
`2021-08-07`
|
||||
|
|
|
@ -10,6 +10,13 @@
|
|||
|
||||
---
|
||||
|
||||
## 2.2.4
|
||||
|
||||
`2021-08-10`
|
||||
|
||||
- 🌟 支持 Vue@3.2 [#4490](https://github.com/vueComponent/ant-design-vue/issues/4490)
|
||||
- 🌟 自动隐藏 `Table` 横向滚动条 [#4484](https://github.com/vueComponent/ant-design-vue/issues/4484)
|
||||
|
||||
## 2.2.3
|
||||
|
||||
`2021-08-07`
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import { BaseTransitionProps, CSSProperties, onBeforeUpdate, Ref } from 'vue';
|
||||
import type { BaseTransitionProps, CSSProperties, Ref } from 'vue';
|
||||
import { onBeforeUpdate } from 'vue';
|
||||
import { getCurrentInstance } from 'vue';
|
||||
import { defineComponent, nextTick, Transition as T, TransitionGroup as TG } from 'vue';
|
||||
|
||||
|
|
Loading…
Reference in New Issue