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

@@ -27,6 +27,7 @@ export {
toRaw,
ReactiveFlags,
DeepReadonly,
ShallowReactive,
UnwrapNestedRefs
} from './reactive'
export {