export default { computed: { ...mapGetters([ 'singer' ]) }, created() { console.log(this.singer) } } 这个是学Vuex中遇到的,可是不知道什么意思有什么作用
添加回答
举报
0/150
提交
取消