猿问

_ => {} 这个是es6 的什么写法我 element ui里面看到的?

showInput(index) {


    this.attr[index].inputVisible = true;


    **this.$nextTick(_ => {

      console.log(this)

      this.$refs.saveTagInput[index].$refs.input.focus();

    });**


交互式爱情
浏览 389回答 1
1回答

猛跑小猪

es6 箭头函数_ => {}function(_) {}
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答