Skip to content

Commit

Permalink
docs: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Jun 23, 2024
1 parent d945a90 commit fe458af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/app-bar/docs/en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const active = ref(0)
| `placeholder` ***3.2.14*** | Whether to generate placeholder elements of the same height at the top (`fixed` required) | _boolean_ | `false` |
| `z-index` | AppBar element z-index | _number \| string_ | `1` |
| `round` | Whether to use rounded border | _boolean_ | `false` |
| `border` | Whether to use bottom border | _boolean_ | `false` |
| `border ***3.3.2***` | Whether to use bottom border | _boolean_ | `false` |
| `image` | Background image | _string_ | `-` |
| `image-linear-gradient` | Background image linear gradient | _string_ | `-` |
| `safe-area-top` | Whether to enable top safe area adaptation | _boolean_ | `false` |
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/app-bar/docs/zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const active = ref(0)
| `placeholder` ***3.2.14*** | 是否在顶部生成相同高度的占位元素(需设置 `fixed`) | _boolean_ | `false` |
| `z-index` | 元素 z-index | _number \| string_ | `1` |
| `round` | 是否使用圆角 | _boolean_ | `false` |
| `border` | 是否使用底部边框 | _boolean_ | `false` |
| `border` ***3.3.2*** | 是否使用底部边框 | _boolean_ | `false` |
| `image` | 背景图片 | _string_ | `-` |
| `image-linear-gradient` | 背景图片渐变色 | _string_ | `-` |
| `safe-area-top` | 是否开启顶部安全区适配 | _boolean_ | `false` |
Expand Down

0 comments on commit fe458af

Please sign in to comment.