wyling007 3 년 전
부모
커밋
b030864632
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);