diff --git a/packages/runtime-core/src/componentPublicInstance.ts b/packages/runtime-core/src/componentPublicInstance.ts index 9b67c913..aad6207e 100644 --- a/packages/runtime-core/src/componentPublicInstance.ts +++ b/packages/runtime-core/src/componentPublicInstance.ts @@ -16,7 +16,6 @@ import { isFunction } from '@vue/shared' import { - ReactiveEffect, toRaw, shallowReadonly, track, @@ -192,7 +191,7 @@ export type ComponentPublicInstance< $emit: EmitFn $el: any $options: Options & MergedComponentOptionsOverride - $forceUpdate: ReactiveEffect + $forceUpdate: () => void $nextTick: typeof nextTick $watch( source: string | Function,