码迷,mamicode.com
首页 > 其他好文 > 详细

vue 监听store中的数值

时间:2018-09-20 16:18:18      阅读:1334      评论:0      收藏:0      [点我收藏+]

标签:tor   bsp   com   vue   return   监听   ret   his   this   

 
computed: {
  isFollow () {
    return this.$store.state.demo.id;  //需要监听的数据
  }
},
watch: {
  isFollow (newVal, oldVal) {
    //do something
  }
},

vue 监听store中的数值

标签:tor   bsp   com   vue   return   监听   ret   his   this   

原文地址:https://www.cnblogs.com/Mr-Rshare/p/9680741.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!