فهرست منبع

关闭生产环境调试器

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