ant table的customRender函数如何返回vue标签?-灵析社区

满脑子智慧溢出

const tag = ()=>h(Tag, { color: "blue" }, 'label') function customRender({ value, column }, options) { return tag(); } 这样?有点不太清楚你想干什么 ![image.png](https://wmprod.oss-cn-shanghai.aliyuncs.com/images/20250103/b2291f872d610cfc98e8447197c8d6e7.png)

阅读量:1

点赞量:0

问AI