Vuex 浆果Emma 2020-11-06 75 阅读1分钟 1.概述: **getters:**当后端返回的数据需要我们进行加工,而且这个数据在许多页面都用到,则用getters,否则可以用页面的computed。