style: add labelMessage attribute to Form component

This commit is contained in:
陈凯龙
2022-03-06 14:08:32 +08:00
parent bf83d3efba
commit 8c42790784
2 changed files with 30 additions and 2 deletions

View File

@@ -71,6 +71,8 @@ declare global {
field: string
// 标题
label?: string
// 提示
labelMessage?: string
// col组件属性
colProps?: ColProps
// 表单组件属性slots对应的是表单组件的插槽规则${field}-xxx具体可以查看element-plus文档