bill 1 year ago
parent
commit
59f18b2050
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main.ts

+ 3 - 3
src/main.ts

@@ -5,9 +5,9 @@ if (import.meta.env.VITE_APP_SDK === "true") {
   import("./openSDK");
 }
 
-// if (useParams().console === "true") {
-/* new VConsole(); */
-// }
+if (useParams().console === "true") {
+  new VConsole();
+}
 
 import "@/assets/theme.editor.scss";
 import "@/assets/public.scss";