chore: also expose DeepReadonly in runtime-core

This commit is contained in:
Evan You 2020-07-17 09:29:44 -04:00
parent 527c2c8bbb
commit 024a8f10f5

View File

@ -126,7 +126,8 @@ export {
WritableComputedRef, WritableComputedRef,
UnwrapRef, UnwrapRef,
WritableComputedOptions, WritableComputedOptions,
ToRefs ToRefs,
DeepReadonly
} from '@vue/reactivity' } from '@vue/reactivity'
export { export {
// types // types