You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
390 B

5 years ago
  1. <!doctype html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="keywords" content="">
  6. <link rel="stylesheet" href="css/main.css">
  7. <script src="js/vue.min.js"></script>
  8. </head>
  9. <body>
  10. <div id="app" class="content">
  11. <my-title></my-title>
  12. <a>404 找不到页面</a>
  13. </div>
  14. </body>
  15. <script gv-src>
  16. new Vue({
  17. el: "#app",
  18. });
  19. </script>
  20. </html>