vuex 辅助函数(mapState )调用

//引入
import { mapState } from 'vuex'

//计算属性使用
    computed: {
        ...mapState(["curUserInfo"]),
    },
posted @ 2022-07-14 11:32  DL·Coder  阅读(29)  评论(0编辑  收藏  举报