antd vue表格渲染函数渲染标签jsx

50 阅读1分钟
跟react的render函数一样
customRender(data){
    return (
        <div>
            {data}
        </div>
    )
}