mirror of https://github.com/vuejs/core.git
chore: use relative import location instead of package (#9941)
This commit is contained in:
parent
9bc3c7e29c
commit
4c20f502ca
|
@ -42,7 +42,7 @@ import { warn } from './warning'
|
|||
import { DeprecationTypes } from './compat/compatConfig'
|
||||
import { checkCompatEnabled, isCompatEnabled } from './compat/compatConfig'
|
||||
import type { ObjectWatchOptionItem } from './componentOptions'
|
||||
import { useSSRContext } from '@vue/runtime-core'
|
||||
import { useSSRContext } from './helpers/useSsrContext'
|
||||
|
||||
export type WatchEffect = (onCleanup: OnCleanup) => void
|
||||
|
||||
|
|
Loading…
Reference in New Issue