소스 검색

关闭生产环境调试器

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