Skip to content

Commit

Permalink
fix(runtime-dom): use correct import source
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 3, 2020
1 parent a1eb1e5 commit f28ca55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/runtime-dom/src/components/TransitionGroup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit f28ca55

Please sign in to comment.