docs: fix

This commit is contained in:
chenjiahan 2022-07-17 16:06:38 +08:00
parent c4398dfa82
commit 107511aa54
4 changed files with 7 additions and 7 deletions

View File

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

View File

@ -20,7 +20,7 @@
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<% if (htmlWebpackPlugin.options.headHtml) { %>
<%- htmlWebpackPlugin.options.headHtml %>
<%= htmlWebpackPlugin.options.headHtml %>
<% } %>
<% if (htmlWebpackPlugin.options.usingSearch) { %>
<link

View File

@ -20,7 +20,7 @@
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<% if (htmlWebpackPlugin.options.headHtml) { %>
<%- 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.9":
version "2.11.9"
resolved "https://registry.npmmirror.com/@vant/cli/-/cli-2.11.9.tgz#c138b4d53f20f9e593051d4148e22d816b24a597"
integrity sha512-f6P43s7eGuACkJP12Tv9sJmxVHueghj0gKJQW7zvCxEak77BkX4701Cp97DL+Kfcg+4XAx6dcQl3nO3nVP3T7A==
"@vant/cli@^2.11.10":
version "2.11.10"
resolved "https://registry.npmmirror.com/@vant/cli/-/cli-2.11.10.tgz#770f410a29392a39f5f904b48afab76be4ddf72d"
integrity sha512-5xZKmMhPX0Jh3l9rCr3gjvWakybyPnfeSH7b3A/kzEym1FMZ0JMOIO8ZBI2ZJ9foZupXFkjaWw+xICd+Ya25Ag==
dependencies:
"@babel/core" "^7.10.1"
"@babel/plugin-syntax-jsx" "^7.10.1"