diff --git a/packages/runtime-core/src/customFormatter.ts b/packages/runtime-core/src/customFormatter.ts index d2510c09c25..abd3a329922 100644 --- a/packages/runtime-core/src/customFormatter.ts +++ b/packages/runtime-core/src/customFormatter.ts @@ -1,6 +1,12 @@ -import { type Ref, isReactive, isReadonly, isRef, toRaw } from '@vue/reactivity' +import { + type Ref, + isReactive, + isReadonly, + isRef, + isShallow, + toRaw, +} from '@vue/reactivity' import { EMPTY_OBJ, extend, isArray, isFunction, isObject } from '@vue/shared' -import { isShallow } from '../../reactivity/src/reactive' import type { ComponentInternalInstance, ComponentOptions } from './component' import type { ComponentPublicInstance } from './componentPublicInstance'