record.html 798 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <link />
  7. <link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css"/>
  8. <link rel="stylesheet" href="../../plugins/toastr/toastr.min.css?v=1" />
  9. <link rel="stylesheet" href="../record/css/record.css" />
  10. </head>
  11. <body>
  12. <div id="app">
  13. <inner-tabs :tabs="innerTabs" :activeidx="activeidx"></inner-tabs>
  14. </div>
  15. <script type="text/javascript" src="../../js/vue.js"></script>
  16. <script type="text/javascript" src="../../js/jquery-2.2.4.js" ></script>
  17. <script src="../../plugins/layer/layer.min.js"></script>
  18. <script src="../../plugins/toastr/toastr.min.js"></script>
  19. <script src="../../component/record/inner-tabs.js"></script>
  20. <script src="js/record-tabs.js"></script>
  21. </body>
  22. </html>