If you are trying to update an array in Vuex, using methods like push and shift won’t do the trick. You need to provide a new array, otherwise it won’t be able to render properly. I have provided an …Vue.js (and Vuex) bug squasher cheatsheet.1.99K8Maximilian Øystå LloydZachary LeightonFollowSep 4, 2018 · 1 min readThis is not true. Vue wraps the array methods.https://vuejs.org/v2/guide/list.html#Mutation-Methods