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
multiple mode - add/remove support vuex strictmode (sagalbot#702)
What
---
- In multiple mode: Update adding or removing a value to use
spread operator or filter, instead of mutating the array directly.
Why
---
So vuex strict mode doesn't throw warnings.
0 commit comments