fix: desc
This commit is contained in:
@@ -29,7 +29,6 @@ const props = {
|
||||
['default', 'middle', 'small', undefined].includes(v),
|
||||
},
|
||||
title: { default: '', type: String },
|
||||
useCard: { default: true, type: Boolean },
|
||||
direction: { default: 'horizontal', type: String },
|
||||
};
|
||||
|
||||
|
||||
@@ -28,8 +28,6 @@ export interface DescriptionItemSchema {
|
||||
}
|
||||
|
||||
export interface DescriptionProps extends ElDescriptionProps {
|
||||
// 是否包含卡片组件
|
||||
useCard?: boolean;
|
||||
// 描述项配置
|
||||
schema: DescriptionItemSchema[];
|
||||
// 数据
|
||||
|
||||
Reference in New Issue
Block a user