Explorar el Código

add labelMessage attribute to Form component

陈凯龙 hace 3 años
padre
commit
7b3a1505e9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      components/form.md

+ 1 - 0
components/form.md

@@ -107,6 +107,7 @@ const { register, elFormRef, methods } = useForm(props)
 | ---- | ---- | ---- | ---- | ---- |
 | field | 唯一值,必填项 | `string` | - | - |
 | label | 标题 | `string` | - | - |
+| labelMessage (1.1.7新增) | 表单项说明 | `string` | - | - |
 | colProps | element-plus 的 col 组件属性 | `ColProps` | - | - |
 | componentProps | 表单组件子属性,[详见](#ComponentProps) | `{ slots?: Recordable } & ComponentProps` | - | - |
 | formItemProps | element-plus 的 form-item 组件属性,[详见](#FormItemProps) | `FormItemProps` | - | - |