mirror of
https://github.com/youzan/vant.git
synced 2026-01-21 01:15:55 +08:00
chore: fix
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<% if (htmlWebpackPlugin.options.baiduAnalytics) { %>
|
||||
<%- htmlWebpackPlugin.options.baiduAnalytics %>
|
||||
<% if (htmlWebpackPlugin.options.headHtml) { %>
|
||||
<%- htmlWebpackPlugin.options.headHtml %>
|
||||
<% } %>
|
||||
<% if (htmlWebpackPlugin.options.usingSearch) { %>
|
||||
<link
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<% if (headHtml) { %>
|
||||
<%- headHtml %>
|
||||
<% if (htmlWebpackPlugin.options.headHtml) { %>
|
||||
<%- htmlWebpackPlugin.options.headHtml %>
|
||||
<% } %>
|
||||
<% if (htmlWebpackPlugin.options.baiduAnalytics) { %>
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user