Vue3 jeecgboot 前端报错`column.slots` is deprecated. Please use `v-slot:h...
Vue3 jeecgboot 前端报错 默认打开页面就报错,这个异常我找到位置是Ant的错误,因为使用了在src/hooks/system/useListPage.ts当中 的 actionColumn使用了 slots: { customRender: 'action' },
Ant的v3当中必须使用 dataIndex: 'action',
但是如果注释了 slots: { customRender: 'action' } 报错解决了,但是页面上table的操作栏就会消失
请解决一下异常
warning.js:6
Warning: `column.slots` is deprecated. Please use `v-slot:headerCell` `v-slot:bodyCell` instead.
页:
[1]