wyling před 3 roky
rodič
revize
49c1f04c00
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -8,7 +8,7 @@ import './utils/rem'
 import components from './components'
 
 import VConsole from "vconsole";
-new VConsole()
+// new VConsole()
 
 const app = createApp(App);
 app.use(store);