Mutation 更改Vuex 的store 中的狀態的唯一方法是提交mutation。Vuex 中的mutation 非常類似於事件:每個mutation 都有一個字串的事件型別(type) 和 ...
確定! 回上一頁