chore: fix

This commit is contained in:
chenjiahan 2022-07-17 16:02:02 +08:00
parent f3413d39e0
commit 1817a43aa9
4 changed files with 9 additions and 9 deletions

View File

@ -66,7 +66,7 @@
"vue": ">= 2.6.0"
},
"devDependencies": {
"@vant/cli": "^2.11.8",
"@vant/cli": "^2.11.9",
"prettier": "2.1.0",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12"

View File

@ -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

View File

@ -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>

View File

@ -1684,10 +1684,10 @@
semver "^6.3.0"
tsutils "^3.17.1"
"@vant/cli@^2.11.8":
version "2.11.8"
resolved "https://registry.npmmirror.com/@vant/cli/-/cli-2.11.8.tgz#5bb79a87d266d183dbbae6948132f6b64b232252"
integrity sha512-TNt0e3L1xMrEtR2tTSrBNnp9Fy+XVee376IbWWIwIL1Xj5y3xg6ECf1iOerXLkshLimRrYLz1Rl9vdSmeoEjfg==
"@vant/cli@^2.11.9":
version "2.11.9"
resolved "https://registry.npmmirror.com/@vant/cli/-/cli-2.11.9.tgz#c138b4d53f20f9e593051d4148e22d816b24a597"
integrity sha512-f6P43s7eGuACkJP12Tv9sJmxVHueghj0gKJQW7zvCxEak77BkX4701Cp97DL+Kfcg+4XAx6dcQl3nO3nVP3T7A==
dependencies:
"@babel/core" "^7.10.1"
"@babel/plugin-syntax-jsx" "^7.10.1"