Skip to content

Commit

Permalink
chore: also expose DeepReadonly in runtime-core
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 17, 2020
1 parent 527c2c8 commit 024a8f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runtime-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ export {
WritableComputedRef,
UnwrapRef,
WritableComputedOptions,
ToRefs
ToRefs,
DeepReadonly
} from '@vue/reactivity'
export {
// types
Expand Down

0 comments on commit 024a8f1

Please sign in to comment.