| title |
String |
navBar.title of the current language |
- |
Y |
The page title. |
| titleSlot |
Boolean |
false |
true/false |
N |
Whether to use slot for the title area. |
| left |
String |
'back' |
'back'/'customIcon' |
N |
The content of the left side, which is 'back' by default. Choose 'customIcon' to set leftIcon value. |
| leftIcon |
Object |
{} |
Refer to Icon Props |
N |
Custom icon for the left side, used when left is set to 'customIcon'. |
| leftSlot |
Boolean |
false |
true/false |
N |
Whether to use slot for the left content. |
| rights |
Array |
[] |
Icon Props Array |
N |
The content of the right side, which is an array of Icon Props, suggested to not exceed three. |
| rightSlot |
Boolean |
false |
true/false |
N |
Whether to use slot for the right content. |
| line |
Boolean |
true |
true/false |
N |
Whether to display the bottom divider. |
| injClass |
String |
'' |
Class |
N |
The injected CSS class name. |
| love |
Boolean |
false |
true/false |
N |
Whether to enable the loving version. |