fix(runtime-dom): use correct import source

This commit is contained in:
Evan You 2020-11-03 09:54:22 -05:00
parent a1eb1e59ec
commit f28ca55692

View File

@ -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 {