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
|
## 2.2.3
|
||||||
|
|
||||||
`2021-08-07`
|
`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
|
## 2.2.3
|
||||||
|
|
||||||
`2021-08-07`
|
`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 { getCurrentInstance } from 'vue';
|
||||||
import { defineComponent, nextTick, Transition as T, TransitionGroup as TG } from 'vue';
|
import { defineComponent, nextTick, Transition as T, TransitionGroup as TG } from 'vue';
|
||||||
|
|
||||||
|
|
Loadingโฆ
Reference in New Issue