yaminncco / vue-sidebar-menu

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

isOnMobile always the same as !collapsed? #255

Closed carlospauluk closed 9 months ago

carlospauluk commented 1 year ago

In your code, it looks like that isOnMobile is always the same as !collapsed.

Should we implement a method to check if is on mobile?

yaminncco commented 1 year ago

Not the same, collapsed is the state of the sidebar.