Ver Fonte

公众号支付

xiongzhu há 4 anos atrás
pai
commit
5d6b966c56
1 ficheiros alterados com 5 adições e 0 exclusões
  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>