Browse Source

feat: 开启vconsole

TIANYONG 9 months ago
parent
commit
038ef866e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -43,7 +43,7 @@
   <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
   <script>
     // VConsole will be exported to `window.VConsole` by default.
-    // var vConsole = new window.VConsole();
+    var vConsole = new window.VConsole();
   </script>
 
   <style>