fix(types): fix ref unwrapping type inference for nested shallowReactive & shallowRef
fix #4771
This commit is contained in:
@@ -161,7 +161,8 @@ export {
|
||||
UnwrapRef,
|
||||
ShallowUnwrapRef,
|
||||
WritableComputedOptions,
|
||||
DeepReadonly
|
||||
DeepReadonly,
|
||||
ShallowReactive
|
||||
} from '@vue/reactivity'
|
||||
export {
|
||||
WatchEffect,
|
||||
|
||||
Reference in New Issue
Block a user