Przeglądaj źródła

浏览器配置

黄琪勇 1 rok temu
rodzic
commit
df05ddf9a5
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      public/index.html

+ 3 - 1
public/index.html

@@ -2,8 +2,10 @@
 <html lang="">
    <head>
       <meta charset="utf-8" />
-      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+      <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
       <meta name="viewport" content="width=device-width,initial-scale=1.0" />
+      <meta name="renderer" content="webkit" />
+      <meta name="force-rendering" content="webkit" />
       <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
       <title><%= process.env.VUE_APP_TITLE %></title>
       <script>