浏览代码

启动调试工具

wyling007 3 年之前
父节点
当前提交
562a0b6ebf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main.ts

+ 1 - 0
src/main.ts

@@ -8,6 +8,7 @@ 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);