Pārlūkot izejas kodu

Menu: remove print error

杨奕 7 gadi atpakaļ
vecāks
revīzija
c6e4a11b33
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      packages/menu/src/menu.vue

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

@@ -246,7 +246,6 @@
         if (this.router) {
           this.routeToItem(item, error => {
             this.activeIndex = oldActiveIndex;
-            console.error(error);
           });
         }
       },