vue3.x实践经验-1、mapState、mapGetters、mapMutations、mapActions
一边学习vue3.x,一边实践,最近在做项目时,使用computed引入store中state的数据时,总是觉得很麻烦,想起新版兼容2.x,就想着引入mapState,可是怎么用都不对劲。后来,突然间醒悟过来,使用toRef或toRefs,就能实现mapState、mapGetters效果。1、store.js/**@Descripttion:*@version:X3版本*@Author:*@Da