@@ -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>