You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* template auto ref unwrapping are now applied shallowly,
15
+
i.e. only at the root level. See https://github.com/vuejs/vue-next/pull/1682 for
16
+
more details.
17
+
18
+
19
+
### Features
20
+
21
+
*`proxyRefs` method and `ShallowUnwrapRefs` type ([#456](https://github.com/vuejs/composition-api/issues/456)) ([149821a](https://github.com/vuejs/composition-api/commit/149821a))
22
+
23
+
24
+
### Performance Improvements
25
+
26
+
* more light-weight computed ([#452](https://github.com/vuejs/composition-api/issues/452)) ([95d87f1](https://github.com/vuejs/composition-api/commit/95d87f1))
0 commit comments