From fc7343be83992e15405f436d968f7acad49972ca Mon Sep 17 00:00:00 2001 From: qiang Date: Sun, 28 Aug 2022 13:33:48 +0800 Subject: [PATCH] docs: uniform the attribute name (#9504) --- docs/en-US/component/image.md | 2 +- docs/en-US/component/input.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/component/image.md b/docs/en-US/component/image.md index bdf7220426..67859e0ffe 100644 --- a/docs/en-US/component/image.md +++ b/docs/en-US/component/image.md @@ -96,7 +96,7 @@ image/image-preview ### Image Viewer Attributes -| Name | Description | Type | Default | +| Attribute | Description | Type | Default | | --------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------ | ------- | | `url-list` | preview link list. | `string[]` | `[]` | | `z-index` | preview backdrop z-index. | `number \| string` | — | diff --git a/docs/en-US/component/input.md b/docs/en-US/component/input.md index ec12569cfe..c67f42f948 100644 --- a/docs/en-US/component/input.md +++ b/docs/en-US/component/input.md @@ -149,7 +149,7 @@ input/length-limiting | validate-event | whether to trigger form validation | boolean | - | true | | input-style | the style of the input element or textarea element | object | - | {} | -## Input slots +## Input Slots | Name | Description | | ------- | ------------------------------------------------------------------------- |