yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

isOnMobile always the same as !collapsed?

carlospauluk opened this issue · comments

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?

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