Эх сурвалжийг харах

Remove useless parameters

Hejx 8 жил өмнө
parent
commit
4b4b6ddf97

+ 1 - 1
packages/menu/src/submenu.vue

@@ -132,7 +132,7 @@
         }
         clearTimeout(this.timeout);
         this.timeout = setTimeout(() => {
-          this.rootMenu.closeMenu(this.index, this.indexPath);
+          this.rootMenu.closeMenu(this.index);
         }, 300);
       }
     },