Skip to content

Commit 7728659

Browse files
committed
docs(bottom-navigation): update docs
1 parent 6f78ad6 commit 7728659

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/varlet-ui/src/bottom-navigation/docs/en-US.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ const active = ref(0)
204204
| `placeholder` ***3.2.11*** | Whether to generate placeholder elements of the same height at the bottom (`fixed` required) | _boolean_ | `false` |
205205
| `fab-props` | Fab button props | _ButtonProps_ | `{ type: 'primary' }` |
206206
| `variant` ***3.2.0*** | Variant mode | _boolean_ | `false` |
207+
| `animated` ***3.13.1*** | Whether to enable content switching animation | _boolean_ | `true` |
207208

208209
#### BottomNavigationItem Props
209210

packages/varlet-ui/src/bottom-navigation/docs/zh-CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ const active = ref(0)
206206
| `placeholder` ***3.2.11*** | 是否在底部生成相同高度的占位元素(需设置 `fixed`) | _boolean_ | `false` |
207207
| `fab-props` | 悬浮按钮属性 | _ButtonProps_ | `{ type: 'primary' }` |
208208
| `variant` ***3.2.0*** | 变体模式 | _boolean_ | `false` |
209+
| `animated` ***3.13.1*** | 是否启用内容切换动画 | _boolean_ | `true` |
209210

210211
#### BottomNavigationItem Props
211212

0 commit comments

Comments
 (0)