你这个例子可以在辅助函数mapState中这样使用:. computed: { ...mapState({ count: state => state.a.count; }) }. 解析:. vuex中所有的辅助函数的简写都是一种 ...
確定! 回上一頁