You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
left | Slot / Function | - | Typescript:`TNode`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-vue/blob/develop/src/common.ts) | N
12
13
leftArrow | Boolean | false | \- | N
13
14
right | Slot / Function | - | Typescript:`TNode`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-vue/blob/develop/src/common.ts) | N
14
-
title | String / Slot / Function | - | page title。Typescript:`string | TNode`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-vue/blob/develop/src/common.ts) | N
15
+
safeAreaInsetTop | Boolean | true | \- | N
16
+
title | String / Slot / Function | - | page title。Typescript:`string \| TNode`。[see more ts definition](https://github.com/Tencent/tdesign-mobile-vue/blob/develop/src/common.ts) | N
15
17
titleMaxLength | Number | - | \- | N
16
18
visible | Boolean | true | \- | N
17
-
onLeftClick | Function | | Typescript:`() => void` | N
18
-
onRightClick | Function | | Typescript:`() => void` | N
19
+
onLeftClick | Function | | Typescript:`() => void`<br/> | N
20
+
onRightClick | Function | | Typescript:`() => void`<br/> | N
19
21
20
22
### Navbar Events
21
23
@@ -24,8 +26,8 @@ name | params | description
24
26
left-click | \- | \-
25
27
right-click | \- | \-
26
28
27
-
28
29
### CSS Variables
30
+
29
31
The component provides the following CSS variables, which can be used to customize styles.
30
32
Name | Default Value | Description
31
33
-- | -- | --
@@ -40,4 +42,4 @@ Name | Default Value | Description
0 commit comments