Skip to content

Commit 0869443

Browse files
committed
chore: import toRaw from @vue/reactivity
1 parent e8a866e commit 0869443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ import {
1313
VNode,
1414
warn,
1515
resolveTransitionHooks,
16-
toRaw,
1716
useTransitionState,
1817
getCurrentInstance,
1918
setTransitionHooks,
2019
createVNode,
2120
onUpdated,
2221
SetupContext
2322
} from '@vue/runtime-core'
23+
import { toRaw } from '@vue/reactivity'
2424

2525
interface Position {
2626
top: number

0 commit comments

Comments
 (0)