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
Copy file name to clipboardExpand all lines: docs/content/3.components/navigation-menu.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Use the `items` prop as an array of objects with the following properties:
24
24
-`tooltip?: TooltipProps`{lang="ts-type"}
25
25
-`trailingIcon?: string`{lang="ts-type"}
26
26
-`type?: 'label' | 'link'`{lang="ts-type"}
27
-
-`collapsible?: boolean`{lang="ts-type"}
28
27
-`defaultOpen?: boolean`{lang="ts-type"}
29
28
-`open?: boolean`{lang="ts-type"}
30
29
-`value?: string`{lang="ts-type"}
@@ -283,7 +282,6 @@ props:
283
282
description: 'You can customize components by using the `class` / `ui` props or in your app.config.ts.'
284
283
- label: Composables
285
284
icon: i-lucide-database
286
-
collapsible: false
287
285
open: false
288
286
children:
289
287
- label: defineShortcuts
@@ -300,7 +298,6 @@ props:
300
298
to: /composables/use-toast
301
299
- label: Components
302
300
icon: i-lucide-box
303
-
collapsible: false
304
301
open: false
305
302
to: /components
306
303
active: true
@@ -340,10 +337,6 @@ props:
340
337
---
341
338
::
342
339
343
-
::tip
344
-
You can set the `collapsible: false` property on items with children to prevent them from being collapsible. This allows the item to act as a regular link while still displaying its children in a submenu.
345
-
::
346
-
347
340
### Highlight
348
341
349
342
Use the `highlight` prop to display a highlighted border for the active item.
0 commit comments