mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
fix: process.nextTick #4737
This commit is contained in:
parent
cc0a53c191
commit
c4f6eb603e
@ -10,6 +10,12 @@
|
||||
|
||||
---
|
||||
|
||||
## 3.0.0-alpha.2
|
||||
|
||||
`2021-10-08`
|
||||
|
||||
- 🐞 Fix the issue of referencing process.nextTick [#4737](https://github.com/vueComponent/ant-design-vue/issues/4737)
|
||||
|
||||
## 3.0.0-alpha.1
|
||||
|
||||
`2021-10-07`
|
||||
|
@ -10,6 +10,12 @@
|
||||
|
||||
---
|
||||
|
||||
## 3.0.0-alpha.2
|
||||
|
||||
`2021-10-08`
|
||||
|
||||
- 🐞 修复引用 process.nextTick 问题 [#4737](https://github.com/vueComponent/ant-design-vue/issues/4737)
|
||||
|
||||
## 3.0.0-alpha.1
|
||||
|
||||
`2021-10-07`
|
||||
|
@ -10,11 +10,11 @@ import {
|
||||
onBeforeUnmount,
|
||||
onUpdated,
|
||||
getCurrentInstance,
|
||||
nextTick,
|
||||
} from 'vue';
|
||||
import canUseDom from './canUseDom';
|
||||
import ScrollLocker from '../vc-util/Dom/scrollLocker';
|
||||
import wrapperRaf from './raf';
|
||||
import { nextTick } from 'process';
|
||||
|
||||
let openCount = 0;
|
||||
const supportDom = canUseDom();
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-vue",
|
||||
"version": "3.0.0-alpha.1",
|
||||
"version": "3.0.0-alpha.2",
|
||||
"title": "Ant Design Vue",
|
||||
"description": "An enterprise-class UI design language and Vue-based implementation",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user