@[TOC](antd2 vue 升级到 antd3 时 table 报错处理)
AI机器人对话模版:https://www.milkai.top
Warning: [ant-design-vue: Table] column.slots
is deprecated. Please use v-slot:headerCell
v-slot:bodyCell
instead.

and3 table 即将废除 slots 写法

antd3 table 新写法


@[TOC](antd2 vue 升级到 antd3 时 table 报错处理)
AI机器人对话模版:https://www.milkai.top
Warning: [ant-design-vue: Table] column.slots
is deprecated. Please use v-slot:headerCell
v-slot:bodyCell
instead.