Skip to content

Commit f28ca55

Browse files
committed
fix(runtime-dom): use correct import source
1 parent a1eb1e5 commit f28ca55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime-dom/src/components/TransitionGroup.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ import {
1818
setTransitionHooks,
1919
createVNode,
2020
onUpdated,
21-
SetupContext
21+
SetupContext,
22+
toRaw
2223
} from '@vue/runtime-core'
23-
import { toRaw } from '@vue/reactivity'
2424
import { extend } from '@vue/shared'
2525

2626
interface Position {

0 commit comments

Comments
 (0)