|
@@ -2,8 +2,10 @@
|
|
<html lang="">
|
|
<html lang="">
|
|
<head>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<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="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" />
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
|
<title><%= process.env.VUE_APP_TITLE %></title>
|
|
<title><%= process.env.VUE_APP_TITLE %></title>
|
|
<script>
|
|
<script>
|