소스 검색

Update main.ts

lex-xin 3 달 전
부모
커밋
5749ff51d6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main.ts

+ 2 - 2
src/main.ts

@@ -58,8 +58,8 @@ postMessage({ api: 'getNavHeight' }, (res: any) => {
   }
 });
 
-// import Vconsole from 'vconsole';
-// const vconsole = new Vconsole();
+import Vconsole from 'vconsole';
+const vconsole = new Vconsole();
 
 const app = createApp(App);