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