فهرست منبع

feat: 打开vconsole调试

TIANYONG 1 سال پیش
والد
کامیت
33b784e579
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      instrument.html

+ 5 - 0
instrument.html

@@ -53,6 +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>
+    // VConsole will be exported to `window.VConsole` by default.
+    var vConsole = new window.VConsole();
+  </script>  
 </body>
 
 </html>