yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component
MIT License
646 stars 194 forks source link

How can I keep only one child opened at a time for multiple levels dropdown #275

Closed anhcunmio closed 3 months ago

anhcunmio commented 4 months ago

I see the showOneChild prop on the document but it works for the first level only.

Is there a way to close all siblings when clicking the sub-menu?

Thanks

yaminncco commented 4 months ago

Currently only the first level is supported

yaminncco commented 3 months ago

Added 'deep' support in v5.4.0.

<sidebar-menu :show-one-child="'deep'" />