wyling007 3 năm trước cách đây
mục cha
commit
b030864632
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/main.ts

+ 1 - 0
src/main.ts

@@ -8,6 +8,7 @@ import "./utils/rem";
 import components from "./components";
 
 import VConsole from "vconsole";
+new VConsole();
 if (import.meta.env.MODE === "development") new VConsole();
 
 const app = createApp(App);