其他分享
首页 > 其他分享> > vuex中的 mapState 的基本的使用

vuex中的 mapState 的基本的使用

作者:互联网

通过映射的方式进行渲染数据

第一步导入vuex

第两步

在computed 进行 映射
computed:{
...mapstate('模块名'['xxx'])
}

前提是模块里面已经存储了数据的信息可以直接的使用

使用vuex方便可以直接从仓库中拉出来使用

持续更新中...

标签:基本,...,computed,映射,mapState,模块,使用,vuex
来源: https://blog.csdn.net/userlvlu/article/details/122280886