diff --git a/packages/uni-mp-core/src/runtime/util.ts b/packages/uni-mp-core/src/runtime/util.ts index f9e4531ea45d41cdb98c505fb75485b6a983aeba..f4ac1a52d704cea0075af318e2a8378ea1bd20ff 100644 --- a/packages/uni-mp-core/src/runtime/util.ts +++ b/packages/uni-mp-core/src/runtime/util.ts @@ -4,8 +4,6 @@ import { ComponentInternalInstance, ComponentPublicInstance, nextTick, - markRaw, - proxyRefs, } from 'vue' import { MPComponentInstance, MPComponentOptions } from './component'