mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[Improvement] NavBar: add zIndex prop (#525)
This commit is contained in:
@@ -52,6 +52,7 @@ export default {
|
||||
| right-text | Right Text | `String` | `''` | - |
|
||||
| left-arrow | Whether to show left arrow | `Boolean` | `false` | - |
|
||||
| fixed | Whether to fixed top | `Boolean` | `false` | - |
|
||||
| z-index | Z-index | `Number` | `1` | - |
|
||||
|
||||
### Slot
|
||||
|
||||
|
@@ -53,6 +53,7 @@ export default {
|
||||
| right-text | 右侧文案 | `String` | `''` | - |
|
||||
| left-arrow | 是否显示左侧箭头 | `Boolean` | `false` | - |
|
||||
| fixed | 是否固定在顶部 | `Boolean` | `false` | - |
|
||||
| z-index | 元素 z-index | `Number` | `1` | - |
|
||||
|
||||
### Slot
|
||||
|
||||
|
Reference in New Issue
Block a user