浏览代码

关闭生产环境调试器

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