feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682)
* feat(reactivity): `proxyRefs` method and `ShallowUnwrapRefs` type BREAKING CHANGE: template auto ref unwrapping are now applied shallowly, i.e. only at the root level. See https://github.com/vuejs/vue-next/pull/1682 for more details.
This commit is contained in:
@@ -8,6 +8,7 @@ export {
|
||||
readonly,
|
||||
// utilities
|
||||
unref,
|
||||
proxyRefs,
|
||||
isRef,
|
||||
toRef,
|
||||
toRefs,
|
||||
@@ -125,6 +126,7 @@ export {
|
||||
ComputedRef,
|
||||
WritableComputedRef,
|
||||
UnwrapRef,
|
||||
ShallowUnwrapRef,
|
||||
WritableComputedOptions,
|
||||
ToRefs,
|
||||
DeepReadonly
|
||||
|
||||
Reference in New Issue
Block a user