How to Realtime Vue from vuex

前端 未结 0 1145
借酒劲吻你
借酒劲吻你 2021-01-25 15:22

I have to continue to develop from others. But a value is passed vuex.

  mounted() {
   this.fetch();
  },
computed: {
    ...mapGetters([\'getValue\'])
  },

 me         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题