VUE中使用vue.nextTick 报this.nextTick is not a function错误

onSubmit() {

      this.nextTick(() => {

})

}

少了$符号,

this.$nextTick(() => {})

posted @ 2020-07-03 08:59  番茄匠Amy  阅读(8066)  评论(0编辑  收藏  举报