可能因为格式的问题,无法再组件里面直接监听全局变量,通过compute属性来更新

computed: {
      listenshowpage1() {
        return this.$store.state._achievements

;
      }
    },
    watch:{
      listenshowpage1:function(old,newd){
        console.log(old)
          this.temp = old;
         }
    }

注意要先在main.js,store中注册该变量,否则会无效

Logo

前往低代码交流专区

更多推荐