فهرست منبع

Menu: remove print error

杨奕 7 سال پیش
والد
کامیت
c6e4a11b33
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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);
           });
         }
       },