Skip to content

Commit

Permalink
chore: format docs (#12973)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed May 29, 2023
1 parent a99dbb3 commit 9ba2ed7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/en-US/component/result.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ result/customized-content

### Attributes

| Name | Description | Type | Default |
| --------- | ------------------- | ---------------------------------------------------- | -------- |
| title | title of result | ^[string] | '' |
| sub-title | sub title of result | ^[string] | '' |
| icon | icon type of result | ^[enum]`'success' \| 'warning' \| 'info' \| 'error'` | info |
| Name | Description | Type | Default |
| --------- | ------------------- | ---------------------------------------------------- | ------- |
| title | title of result | ^[string] | '' |
| sub-title | sub title of result | ^[string] | '' |
| icon | icon type of result | ^[enum]`'success' \| 'warning' \| 'info' \| 'error'` | info |

### Slots

Expand Down
1 change: 0 additions & 1 deletion docs/en-US/component/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ tag/checkable
| ---- | ------------------------- |
|| customize default content |


## CheckTag API

### CheckTag Attributes
Expand Down

0 comments on commit 9ba2ed7

Please sign in to comment.