fix(runtime-dom): use correct import source
This commit is contained in:
parent
a1eb1e59ec
commit
f28ca55692
@ -18,9 +18,9 @@ import {
|
||||
setTransitionHooks,
|
||||
createVNode,
|
||||
onUpdated,
|
||||
SetupContext
|
||||
SetupContext,
|
||||
toRaw
|
||||
} from '@vue/runtime-core'
|
||||
import { toRaw } from '@vue/reactivity'
|
||||
import { extend } from '@vue/shared'
|
||||
|
||||
interface Position {
|
||||
|
Loading…
Reference in New Issue
Block a user