Vue中监听$store 中的数据的方法

computed:{ haha () { return this.$store.state.msg } }, watch:{ haha:function () { //插入须要在仓库数据变化时作的逻辑处理 } }
相关文章
相关标签/搜索