yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component
MIT License
656 stars 193 forks source link

Set menu item as active #181

Closed Jakobovski closed 3 years ago

Jakobovski commented 3 years ago

Is there a way to set a property on a menu item so it is active and then the appropriate styling is applied?

Similar to how one can set hidden or disabled

yaminncco commented 3 years ago

there is none but you can apply the styles through class property

yaminncco commented 3 years ago

closing as i don't see the need for this