Skip to content

Commit 1b6d80d

Browse files
author
奇淼(piexlmax
authored
Merge pull request #228 from maplepie/master
默认使用兼容模式
2 parents 9e19684 + f1c00c6 commit 1b6d80d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/public/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
<head>
55
<meta charset="utf-8">
6+
<meta name="renderer" content="webkit">
67
<meta http-equiv="X-UA-Compatible" content="IE=edge">
78
<meta name="viewport" content="width=device-width,initial-scale=1.0">
89
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
@@ -17,4 +18,4 @@
1718
<!-- built files will be auto injected -->
1819
</body>
1920

20-
</html>
21+
</html>

0 commit comments

Comments
 (0)