Skip to content

Commit

Permalink
chore: use relative import location instead of package (#9941)
Browse files Browse the repository at this point in the history
  • Loading branch information
pikax authored Dec 30, 2023
1 parent 9bc3c7e commit 4c20f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime-core/src/apiWatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c20f50

Please sign in to comment.