chore: import toRaw from @vue/reactivity

This commit is contained in:
Evan You 2020-04-14 09:59:02 -04:00
parent e8a866ec99
commit 0869443d01

View File

@ -13,7 +13,6 @@ import {
VNode,
warn,
resolveTransitionHooks,
toRaw,
useTransitionState,
getCurrentInstance,
setTransitionHooks,
@ -21,6 +20,7 @@ import {
onUpdated,
SetupContext
} from '@vue/runtime-core'
import { toRaw } from '@vue/reactivity'
interface Position {
top: number