Browse Source

fix: disabled menu select on close drawer. #457

Sendya 5 years ago
parent
commit
677a9b8e8a
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/layouts/BasicLayout.vue

+ 0 - 3
src/layouts/BasicLayout.vue

@@ -140,9 +140,6 @@ export default {
       return left
     },
     menuSelect () {
-      if (!this.isDesktop()) {
-        this.collapsed = false
-      }
     },
     drawerClose () {
       this.collapsed = false