Browse Source

Update main.ts

lex-xin 3 tháng trước cách đây
mục cha
commit
5749ff51d6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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);