Browse Source

修正问题

bill 2 năm trước cách đây
mục cha
commit
83a34c3720
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
   }
 }