自定义组件传值
发布于 7 年前 作者 yong59 19379 次浏览 来自 问答

我自己写的 组件  data-index 的  值  传 不过去 求解

2 回复
comments(e){
 
const index = e.currentTarget.dataset.index
 
    this.triggerEvent("comments",{
 
        index: index,
 
    })
 
}

厉害了  ,为什么我看不懂 文档 理解不了 ,难道我不适合这行

回到顶部