index.html 608 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>pc-component-v3</title>
  6. <script src="./bootstrap/js/jquery.min.js"></script>
  7. <script src="./bootstrap/js/jquery.cookie.js"></script>
  8. <script nonce="*NONCE_TOKEN*" type="text/javascript" src="/static/table-fixer.jquery/table-fixer.jquery.js"></script>
  9. <script src="./dayjs/dayjs.min.js"></script>
  10. <script src="./dayjs/locale/zh-cn.js"></script>
  11. <script>
  12. dayjs.locale('zh-cn');
  13. </script>
  14. </head>
  15. <body>
  16. <div id="app"></div>
  17. <script src="/dist/build.js"></script>
  18. </body>
  19. </html>