Pass unstyled mode

pull/4224/head
Tuğçe Küçükoğlu 2023-07-27 09:43:22 +03:00
parent 8c8287268f
commit 518ff2f866
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@
:exact="exact"
:level="level + 1"
:pt="pt"
:unstyled="unstyled"
@item-click="$emit('item-click', $event)"
@item-mouseenter="$emit('item-mouseenter', $event)"
/>

View File

@ -53,6 +53,7 @@
:exact="exact"
:level="level + 1"
:pt="pt"
:unstyled="unstyled"
@item-click="$emit('item-click', $event)"
@item-mouseenter="$emit('item-mouseenter', $event)"
/>