feat(NavBar): add doc

This commit is contained in:
陈森 2020-05-10 17:05:00 +08:00
parent c0005d06e5
commit 01eec35569

View File

@ -60,6 +60,7 @@ Page({
| placeholder | 固定在顶部时是否开启占位 | _boolean_ | `false` | - |
| border | 是否显示下边框 | _boolean_ | `true` | - |
| z-index | 元素 z-index | _number_ | `1` | - |
| custom-style | 自定义样式 | _string_ | - | - |
| safe-area-inset-top | 是否留出顶部安全距离(状态栏高度) | _boolean_ | `true` | - |
### Slot