美文网首页
Vue render 中的for循环

Vue render 中的for循环

作者: 水君子Z | 来源:发表于2019-05-16 15:14 被阅读0次
    render:(h,params) => {
        return h('div',[
                params.row.serverStaffList.map((item)=>{
                        return h('p',item.staffName)
                })
         ])
    }
    

    相关文章

      网友评论

          本文标题:Vue render 中的for循环

          本文链接:https://www.haomeiwen.com/subject/xoeiaqtx.html