getters.js export default { getMsg: state => state.msg, }. 在component 中使用這個模組中的getters(這邊先使用後面會提到的 mapGetters )
確定! 回上一頁