mapState 輔助函數 ... computed: mapState([ // 將this.count 映射為store.state.count 'count' ]) ... https://vuex.vuejs.org/zh/guide/modules.html.
確定! 回上一頁