搜索

首页  >  问答  >  正文

javascript - vue的mounted中调用methods里面的方法报错说方法未定义?

这是什么情况?我想在mounted中调用methods里面的一个方法吗,该怎么调用?

怪我咯怪我咯2814 天前1642

全部回复(2)我来回复

  • 天蓬老师

    天蓬老师2017-04-11 11:23:33

    mounted: function () {
      this.refresh()
    }

    回复
    0
  • 怪我咯

    怪我咯2017-04-11 11:23:33

    mounted: function() {
        this.refresh();
    }

    回复
    0
  • 取消回复