Преглед на файлове

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>