We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a067b94 commit c9e48cdCopy full SHA for c9e48cd
packages/runtime-core/src/apiWatch.ts
@@ -21,7 +21,7 @@ import { queuePostRenderEffect } from './renderer'
21
import { warn } from './warning'
22
import type { ObjectWatchOptionItem } from './componentOptions'
23
import { useSSRContext } from './helpers/useSsrContext'
24
-import type { ComponentPublicInstance } from '@vue/runtime-core'
+import type { ComponentPublicInstance } from './componentPublicInstance'
25
26
export type {
27
WatchHandle,
0 commit comments