Skip to content

Commit c9e48cd

Browse files
fix(apiWatch): update import path for ComponentPublicInstance
1 parent a067b94 commit c9e48cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/apiWatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { queuePostRenderEffect } from './renderer'
2121
import { warn } from './warning'
2222
import type { ObjectWatchOptionItem } from './componentOptions'
2323
import { useSSRContext } from './helpers/useSsrContext'
24-
import type { ComponentPublicInstance } from '@vue/runtime-core'
24+
import type { ComponentPublicInstance } from './componentPublicInstance'
2525

2626
export type {
2727
WatchHandle,

0 commit comments

Comments
 (0)