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 9bc3c7e commit 4c20f50Copy full SHA for 4c20f50
packages/runtime-core/src/apiWatch.ts
@@ -42,7 +42,7 @@ import { warn } from './warning'
42
import { DeprecationTypes } from './compat/compatConfig'
43
import { checkCompatEnabled, isCompatEnabled } from './compat/compatConfig'
44
import type { ObjectWatchOptionItem } from './componentOptions'
45
-import { useSSRContext } from '@vue/runtime-core'
+import { useSSRContext } from './helpers/useSsrContext'
46
47
export type WatchEffect = (onCleanup: OnCleanup) => void
48
0 commit comments