Merge branch 'dev' of gitee.com:yudaocode/yudao-ui-admin-vben into dev

Signed-off-by: jawe <532159638@qq.com>
This commit is contained in:
jawe
2025-11-04 07:19:46 +00:00
committed by Gitee
61 changed files with 2485 additions and 1156 deletions

View File

@@ -133,9 +133,7 @@ export default defineComponent({
>
{() => {
if (item.slot) {
// TODO @xingyu这里要 inline 掉么?
const slotContent = getSlot(slots, item.slot, data);
return slotContent;
return getSlot(slots, item.slot, data);
}
if (!contentMinWidth) {
return getContent();