Browse Source

Update main.ts

lex-xin 7 months ago
parent
commit
d03073aeed
1 changed files with 2 additions and 2 deletions
  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);