소스 검색

修正问题

bill 2 년 전
부모
커밋
83a34c3720
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -1,7 +1,7 @@
 import VConsole from 'vconsole';
 if (import.meta.env.MODE === "test") {
   if (!os.isPc) {
-    // new VConsole();
+    new VConsole();
   }
 }