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