Why Vuex throws error when used mapState on Modules

后端 未结 0 1267
独厮守ぢ
独厮守ぢ 2020-12-23 11:23

if I do this

computed: {
  authors() {
      return store.state.author.authors;
  }
},

it returns auth

相关标签:
回答
  • 消灭零回复
提交回复
热议问题