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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# 0.5.0
2
2
3
3
- New: `watchEffect` function, lingin up with the latest version of the RFC ([RFC docs](https://vue-composition-api-rfc.netlify.com/api.html#watcheffect)) (#275)
4
-
- Fix: `setup` from a mixin should called before the componen's own (#276)
4
+
- Fix: `setup` from a mixin should called before the component's own (#276)
5
5
- Fix(types): Fix corner case in `UnWrapRef` internal type (#261)
6
6
- types: Add `Element` to bailout types for unwrapping (#278)
0 commit comments