Skip to content

Commit 4c20f50

Browse files
authored
chore: use relative import location instead of package (#9941)
1 parent 9bc3c7e commit 4c20f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/runtime-core/src/apiWatch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { warn } from './warning'
4242
import { DeprecationTypes } from './compat/compatConfig'
4343
import { checkCompatEnabled, isCompatEnabled } from './compat/compatConfig'
4444
import type { ObjectWatchOptionItem } from './componentOptions'
45-
import { useSSRContext } from '@vue/runtime-core'
45+
import { useSSRContext } from './helpers/useSsrContext'
4646

4747
export type WatchEffect = (onCleanup: OnCleanup) => void
4848

0 commit comments

Comments
 (0)