Skip to content

Commit

Permalink
docs(components): [page-header] update title property doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wzc520pyfm committed Apr 30, 2023
1 parent e083a10 commit 5ae99d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/en-US/component/page-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ The component is consisted of these parts

### Attributes

| Name | Description | Type | Default |
| ------- | ----------------------------- | ------------------------ | ------- |
| icon | icon component of page header | ^[string] / ^[Component] | Back |
| title | main title of page header | ^[string] | Back |
| content | content of page header | ^[string] | '' |
| Name | Description | Type | Default |
| ------- | ------------------------------------------------------------- | ------------------------ | ------- |
| icon | icon component of page header | ^[string] / ^[Component] | Back |
| title | main title of page header, default is Back that built-in a11y | ^[string] | '' |
| content | content of page header | ^[string] | '' |

### Events

Expand Down

0 comments on commit 5ae99d4

Please sign in to comment.