From d215feec39c4ad6870a02308ddfbfd6d8f67710f Mon Sep 17 00:00:00 2001 From: iamkun Date: Sun, 11 Sep 2022 01:08:33 +0800 Subject: [PATCH] docs: update table v2 doc (#8203) * docs: update table v2 doc * chore: update Co-authored-by: RealityBoy <1923740402@qq.com> --- docs/en-US/component/table-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-US/component/table-v2.md b/docs/en-US/component/table-v2.md index b2dfd4f836..59c18ad8a0 100644 --- a/docs/en-US/component/table-v2.md +++ b/docs/en-US/component/table-v2.md @@ -323,7 +323,7 @@ table-v2/manual-scroll | height \* | Height for the table, required | Number | - | | max-height | Maximum height for the table | Number | - | | h-scrollbar-size | Indicates the horizontal scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | Number | 6 | -| v-scrollbar-size | Indicates the horizontal scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | Number | 6 | +| v-scrollbar-size | Indicates the vertical scrollbar's size for the table, used to prevent the horizontal and vertical scrollbar to collapse | Number | 6 | | scrollbar-always-on | If true, the scrollbar will always be shown instead of when mouse is placed above the table | Boolean | false | | sort-by | Sort indicator | Object\<[SortBy](#typings)\> | {} | | sort-state | Multiple sort indicator | Object\<[SortState](#typings)\> | undefined |