在组建创建成功后调用methods里的方法fn1,失败,提示not a function:

created(){

  getData(){}

}

solution:

created(){

  this.getData(){}

}

同理,调用vm自身的方法、路由对象,一概加this.

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
猜你喜欢
  • 2021-05-11
  • 2021-08-22
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-07-28
  • 2021-08-01
相关资源
相似解决方案