fix(types): fix ref unwrapping type inference for nested shallowReactive & shallowRef

fix #4771
This commit is contained in:
Evan You
2021-10-09 17:51:09 -04:00
parent e772108922
commit 20a361541c
5 changed files with 88 additions and 15 deletions

View File

@@ -161,7 +161,8 @@ export {
UnwrapRef,
ShallowUnwrapRef,
WritableComputedOptions,
DeepReadonly
DeepReadonly,
ShallowReactive
} from '@vue/reactivity'
export {
WatchEffect,