Jelajahi Sumber

Merge branch 'test' of git.oschina.net:yiguanjia/php into test

north 8 tahun lalu
induk
melakukan
426e7d2292
2 mengubah file dengan 14 tambahan dan 13 penghapusan
  1. 1 0
      www/vue/.gitignore
  2. 13 13
      www/vue/index.html

+ 1 - 0
www/vue/.gitignore

@@ -6,3 +6,4 @@ yarn-error.log*
 test/unit/coverage
 test/e2e/reports
 selenium-debug.log
+firefox_root/

+ 13 - 13
www/vue/index.html

@@ -1,16 +1,16 @@
 <!DOCTYPE html>
 <html>
-  <head>
-    <meta charset="utf-8">
-    <meta name="flexible" content="initial-dpr=2,maximum-dpr=3" />
-   <!-- <style media="screen">
-      html {font-size: 60px!important;}
-    </style>-->
-    <!--<script src="http://g.tbcdn.cn/mtb/lib-flexible/{{version}}/makegrid.js"></script>-->
-    <title>vue</title>
-  </head>
-  <body>
-    <div id="app"></div>
-    <!-- built files will be auto injected -->
-  </body>
+<head>
+  <meta charset="utf-8">
+  <meta name="flexible" content="initial-dpr=2,maximum-dpr=3" />
+  <style media="screen">
+  html {font-size: 60px!important;}
+  </style>
+  <script src="http://g.tbcdn.cn/mtb/lib-flexible/{{version}}/makegrid.js"></script>
+  <title>vue</title>
+</head>
+<body>
+  <div id="app"></div>
+  <!-- built files will be auto injected -->
+</body>
 </html>