feat: naive desc comp label default left

pull/231/head
xingyu4j 2025-10-16 16:38:32 +08:00
parent 27c5dc65be
commit 0094459b22
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ const Description = defineComponent({
{...props}
bordered={props.componentProps?.bordered}
column={props.componentProps?.column}
labelPlacement={props.componentProps?.labelPlacement || 'left'}
size={props.componentProps?.size}
title={props.componentProps?.title}
>