Skip to content

Commit 024a8f1

Browse files
committed
chore: also expose DeepReadonly in runtime-core
1 parent 527c2c8 commit 024a8f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/runtime-core/src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ export {
126126
WritableComputedRef,
127127
UnwrapRef,
128128
WritableComputedOptions,
129-
ToRefs
129+
ToRefs,
130+
DeepReadonly
130131
} from '@vue/reactivity'
131132
export {
132133
// types

0 commit comments

Comments
 (0)