ソースを参照

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);
           });
         }
       },