fix: todo

This commit is contained in:
xingyu4j
2025-11-03 18:08:45 +08:00
parent 34a8c44f9a
commit 56cd619e3c
3 changed files with 3 additions and 7 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();