在mapgetters里面拿不到this.curentSong的数据,
来源:7-4 播放器基础样式及歌曲数据的应用
请让我安静一会儿
2019-09-19
computed:{
currentSong(){
return this.playlist[this.currentIndex];
},
...mapGetters(["fullScreen","playlist","currentSong"])//currrentSong拿不到数据,是不是映射有问题
},
写回答
1回答
-
ustbhuangyi
2019-09-20
需要在 getters 里先定义012019-09-20
相似问题