mirror of https://github.com/vuejs/core.git
chore: also expose DeepReadonly in runtime-core
This commit is contained in:
parent
527c2c8bbb
commit
024a8f10f5
|
@ -126,7 +126,8 @@ export {
|
|||
WritableComputedRef,
|
||||
UnwrapRef,
|
||||
WritableComputedOptions,
|
||||
ToRefs
|
||||
ToRefs,
|
||||
DeepReadonly
|
||||
} from '@vue/reactivity'
|
||||
export {
|
||||
// types
|
||||
|
|
Loading…
Reference in New Issue