提交 5a660ca8 编写于 作者: 雪洛's avatar 雪洛

fix(uni-app-x web): 修复直接使用nextTick编译告警的Bug

上级 24156637
......@@ -15,6 +15,7 @@ import {
createElementVNode as createElementVNodeOrigin,
createCommentVNode as createCommentVNodeOrigin,
isVNode as isVNodeOrigin,
nextTick as nextTickOrigin,
queuePostFlushCb as queuePostFlushCbOrigin,
watchEffect as watchEffectOrigin,
watchPostEffect as watchPostEffectOrigin,
......@@ -130,6 +131,7 @@ declare global {
const createElementVNode: typeof createElementVNodeOrigin
const createCommentVNode: typeof createCommentVNodeOrigin
const isVNode: typeof isVNodeOrigin
const nextTick: typeof nextTickOrigin
const queuePostFlushCb: typeof queuePostFlushCbOrigin
const watchEffect: typeof watchEffectOrigin
const watchPostEffect: typeof watchPostEffectOrigin
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册