forked from airyland/vux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
icon: '' | ||
props: | ||
full-bordered: | ||
version: next | ||
type: Boolean | ||
default: false | ||
en: if show left and right border of the table | ||
zh-CN: 是否显示表格左右边框 | ||
content-bordered: | ||
version: next | ||
type: Boolean | ||
default: true | ||
en: if show body tr's bottom border | ||
zh-CN: 是否显示 body tr 的下边框 | ||
cell-bordered: | ||
version: next | ||
type: Boolean | ||
default: true | ||
en: if show the right border of ths and tds | ||
zh-CN: 是否显示表格的右边边框 | ||
slots: | ||
default: | ||
version: next | ||
en: table content | ||
zh-CN: 表格内容 | ||
changes: | ||
next: | ||
en: | ||
- '[feature] new component' | ||
zh-CN: | ||
- '[feature] 新组件' |