浏览代码

公众号支付

xiongzhu 4 年之前
父节点
当前提交
5d6b966c56
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/main/nine-space/public/index.html

+ 5 - 0
src/main/nine-space/public/index.html

@@ -25,4 +25,9 @@
         <div id="app"></div>
         <!-- built files will be auto injected -->
     </body>
+    <script src="https://unpkg.com/vconsole/dist/vconsole.min.js"></script>
+<script>
+  // VConsole will be exported to `window.VConsole` by default.
+  var vConsole = new window.VConsole();
+</script>
 </html>