bill 2 năm trước cách đây
mục cha
commit
89b72afcbd
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      src/main.ts

+ 4 - 4
src/main.ts

@@ -1,9 +1,9 @@
 import VConsole from "vconsole";
-if (import.meta.env.MODE === "test") {
-  if (!os.isPc) {
-    new VConsole();
-  }
+// if (import.meta.env.MODE === "test") {
+if (!os.isPc) {
+  new VConsole();
 }
+// }
 
 import "@/assets/theme.editor.scss";
 import "@/assets/public.scss";