File tree Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Expand file tree Collapse file tree 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1010
1111---
1212
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+
1319## 3.0.0-alpha.1
1420
1521` 2021-10-07 `
Original file line number Diff line number Diff line change 1010
1111---
1212
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+
1319## 3.0.0-alpha.1
1420
1521` 2021-10-07 `
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ import {
1010 onBeforeUnmount ,
1111 onUpdated ,
1212 getCurrentInstance ,
13+ nextTick ,
1314} from 'vue' ;
1415import canUseDom from './canUseDom' ;
1516import ScrollLocker from '../vc-util/Dom/scrollLocker' ;
1617import wrapperRaf from './raf' ;
17- import { nextTick } from 'process' ;
1818
1919let openCount = 0 ;
2020const supportDom = canUseDom ( ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " ant-design-vue" ,
3- "version" : " 3.0.0-alpha.1 " ,
3+ "version" : " 3.0.0-alpha.2 " ,
44 "title" : " Ant Design Vue" ,
55 "description" : " An enterprise-class UI design language and Vue-based implementation" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments