what is the equivalent of watchEffect in VueJS 2

前端 未结 0 1864
醉酒成梦
醉酒成梦 2020-12-16 13:22

In a VueJS 2 component, I populate a props variable when the component is loaded.

  created() {
    this.events = null
    Service.getEvents()
      .then(res         


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