浏览代码

feat: 打开vconsole调试

TIANYONG 6 月之前
父节点
当前提交
3dfb895949
共有 1 个文件被更改,包括 2 次插入2 次删除
  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>