特牛网址导航

vue2与vue3中vuex的使用对比-CSDN博客

网友收藏
文章浏览阅读1.6k次。vue2 methods: { //mapMutations中方法 ...mapMutations(['setLogin', 'setIndex']), toShow(){ //使用mapMutations方法 this.setIndex('3'); this.$router.replace("/couple"); }, logOut(){ //使用mapMutations方法 this.setLogin({Authorization:'',