feat: add link for individual props/events/slots/configs/icons
This commit is contained in:
@@ -14,17 +14,17 @@
|
||||
|
||||
| 名称 | 类型 | 默认值 | 描述 |
|
||||
| -- | -- | -- | -- |
|
||||
| `readonly` | `boolean=` | `false` | 内部输入组件是否为只读状态。 |
|
||||
| `disabled` | `boolean=` | `false` | 内部输入组件是否为禁用状态。 |
|
||||
| `label` | `string` | - | 表单项集合描述。 |
|
||||
| `tip` | `string` | - | 表单项集合提示。 |
|
||||
| `name` | `string` | - | 表单项集合名称,用于展示错误消息的定位。 |
|
||||
| `required` | `boolean` | - | 是否显示必要性星号提示。 |
|
||||
| ``readonly`` | `boolean=` | `false` | 内部输入组件是否为只读状态。 |
|
||||
| ``disabled`` | `boolean=` | `false` | 内部输入组件是否为禁用状态。 |
|
||||
| ``label`` | `string` | - | 表单项集合描述。 |
|
||||
| ``tip`` | `string` | - | 表单项集合提示。 |
|
||||
| ``name`` | `string` | - | 表单项集合名称,用于展示错误消息的定位。 |
|
||||
| ``required`` | `boolean` | - | 是否显示必要性星号提示。 |
|
||||
|
||||
### 插槽
|
||||
|
||||
| 名称 | 描述 |
|
||||
| -- | -- |
|
||||
| `default` | 用于内联 `Field` 组件。无默认内容。 |
|
||||
| `label` | 填充表单项集合描述的内容。默认为 `label` 属性的文本值。 |
|
||||
| `tip` | 填充表单项集合提示的内容。默认为 `tip` 属性的文本值。 |
|
||||
| ``default`` | 用于内联 `Field` 组件。无默认内容。 |
|
||||
| ``label`` | 填充表单项集合描述的内容。默认为 [`label`](#props-label) 属性的文本值。 |
|
||||
| ``tip`` | 填充表单项集合提示的内容。默认为 [`tip`](#props-tip) 属性的文本值。 |
|
||||
|
||||
Reference in New Issue
Block a user