File tree 4 files changed +14
-2
lines changed
4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 3.0.0-alpha.2
14
+
15
+ ` 2021-10-08 `
16
+
17
+ - 🐞 Fix the issue of referencing process.nextTick [ #4737 ] ( https://github.com/vueComponent/ant-design-vue/issues/4737 )
18
+
13
19
## 3.0.0-alpha.1
14
20
15
21
` 2021-10-07 `
Original file line number Diff line number Diff line change 10
10
11
11
---
12
12
13
+ ## 3.0.0-alpha.2
14
+
15
+ ` 2021-10-08 `
16
+
17
+ - 🐞 修复引用 process.nextTick 问题 [ #4737 ] ( https://github.com/vueComponent/ant-design-vue/issues/4737 )
18
+
13
19
## 3.0.0-alpha.1
14
20
15
21
` 2021-10-07 `
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import {
10
10
onBeforeUnmount ,
11
11
onUpdated ,
12
12
getCurrentInstance ,
13
+ nextTick ,
13
14
} from 'vue' ;
14
15
import canUseDom from './canUseDom' ;
15
16
import ScrollLocker from '../vc-util/Dom/scrollLocker' ;
16
17
import wrapperRaf from './raf' ;
17
- import { nextTick } from 'process' ;
18
18
19
19
let openCount = 0 ;
20
20
const supportDom = canUseDom ( ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ant-design-vue" ,
3
- "version" : " 3.0.0-alpha.1 " ,
3
+ "version" : " 3.0.0-alpha.2 " ,
4
4
"title" : " Ant Design Vue" ,
5
5
"description" : " An enterprise-class UI design language and Vue-based implementation" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments