问题:
Error in v-on handler: "TypeError: this.HotCity is not a function"
TypeError: this.HotCity is not a function at VueComponent.changeHot
解决办法:
首先检查一下看是不是拼写错误,如果不是拼写错误就将methods中的...mapMutations(['HotCity']),移到方法的上面去就好了,加载先后的问题。我之前把它写在了下面。。
如图:
首先检查一下看是不是拼写错误,如果不是拼写错误就将methods中的...mapMutations(['HotCity']),移到方法的上面去就好了,加载先后的问题。我之前把它写在了下面。。
如图: