wyling пре 3 година
родитељ
комит
ee9fc20435
1 измењених фајлова са 1 додато и 1 уклоњено
  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);