فهرست منبع

chore: use relative import location instead of package (#9941)

Carlos Rodrigues 2 سال پیش
والد
کامیت
4c20f502ca
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/runtime-core/src/apiWatch.ts

+ 1 - 1
packages/runtime-core/src/apiWatch.ts

@@ -42,7 +42,7 @@ import { warn } from './warning'
 import { DeprecationTypes } from './compat/compatConfig'
 import { DeprecationTypes } from './compat/compatConfig'
 import { checkCompatEnabled, isCompatEnabled } from './compat/compatConfig'
 import { checkCompatEnabled, isCompatEnabled } from './compat/compatConfig'
 import type { ObjectWatchOptionItem } from './componentOptions'
 import type { ObjectWatchOptionItem } from './componentOptions'
-import { useSSRContext } from '@vue/runtime-core'
+import { useSSRContext } from './helpers/useSsrContext'
 
 
 export type WatchEffect = (onCleanup: OnCleanup) => void
 export type WatchEffect = (onCleanup: OnCleanup) => void