feat: ele use desc comp

This commit is contained in:
xingyu4j
2025-10-21 15:33:32 +08:00
parent 18ef9031ca
commit d368582a90
32 changed files with 266 additions and 408 deletions

View File

@@ -30,6 +30,7 @@ const props = {
},
title: { default: '', type: String },
useCard: { default: true, type: Boolean },
direction: { default: 'horizontal', type: String },
};
function getSlot(slots: Slots, slot: string, data?: any) {