Browse Source

feat: 打开vconsole调试

TIANYONG 6 months ago
parent
commit
3dfb895949
1 changed files with 2 additions and 2 deletions
  1. 2 2
      instrument.html

+ 2 - 2
instrument.html

@@ -53,11 +53,11 @@
   </script> -->
 
   <script type="module" src="/src/page-instrument/main.ts"></script>
-  <!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script>
+  <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();
-  </script>   -->
+  </script>  
 </body>
 
 </html>