Browse Source

关闭生产环境调试器

wyling007 3 years ago
parent
commit
98317f989a
1 changed files with 0 additions and 1 deletions
  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);