ソースを参照

关闭生产环境调试器

wyling007 3 年 前
コミット
98317f989a
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/main.ts

+ 0 - 1
src/main.ts

@@ -8,7 +8,6 @@ import "./utils/rem";
 import components from "./components";
 
 import VConsole from "vconsole";
-new VConsole();
 if (import.meta.env.MODE === "development") new VConsole();
 
 const app = createApp(App);