mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: fix
This commit is contained in:
parent
c4398dfa82
commit
107511aa54
@ -66,7 +66,7 @@
|
|||||||
"vue": ">= 2.6.0"
|
"vue": ">= 2.6.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vant/cli": "^2.11.9",
|
"@vant/cli": "^2.11.10",
|
||||||
"prettier": "2.1.0",
|
"prettier": "2.1.0",
|
||||||
"vue": "^2.6.12",
|
"vue": "^2.6.12",
|
||||||
"vue-template-compiler": "^2.6.12"
|
"vue-template-compiler": "^2.6.12"
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<meta http-equiv="Pragma" content="no-cache" />
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
<meta http-equiv="Expires" content="0" />
|
<meta http-equiv="Expires" content="0" />
|
||||||
<% if (htmlWebpackPlugin.options.headHtml) { %>
|
<% if (htmlWebpackPlugin.options.headHtml) { %>
|
||||||
<%- htmlWebpackPlugin.options.headHtml %>
|
<%= htmlWebpackPlugin.options.headHtml %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (htmlWebpackPlugin.options.usingSearch) { %>
|
<% if (htmlWebpackPlugin.options.usingSearch) { %>
|
||||||
<link
|
<link
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<meta http-equiv="Pragma" content="no-cache" />
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
<meta http-equiv="Expires" content="0" />
|
<meta http-equiv="Expires" content="0" />
|
||||||
<% if (htmlWebpackPlugin.options.headHtml) { %>
|
<% if (htmlWebpackPlugin.options.headHtml) { %>
|
||||||
<%- htmlWebpackPlugin.options.headHtml %>
|
<%= htmlWebpackPlugin.options.headHtml %>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (htmlWebpackPlugin.options.baiduAnalytics) { %>
|
<% if (htmlWebpackPlugin.options.baiduAnalytics) { %>
|
||||||
<script>
|
<script>
|
||||||
|
@ -1684,10 +1684,10 @@
|
|||||||
semver "^6.3.0"
|
semver "^6.3.0"
|
||||||
tsutils "^3.17.1"
|
tsutils "^3.17.1"
|
||||||
|
|
||||||
"@vant/cli@^2.11.9":
|
"@vant/cli@^2.11.10":
|
||||||
version "2.11.9"
|
version "2.11.10"
|
||||||
resolved "https://registry.npmmirror.com/@vant/cli/-/cli-2.11.9.tgz#c138b4d53f20f9e593051d4148e22d816b24a597"
|
resolved "https://registry.npmmirror.com/@vant/cli/-/cli-2.11.10.tgz#770f410a29392a39f5f904b48afab76be4ddf72d"
|
||||||
integrity sha512-f6P43s7eGuACkJP12Tv9sJmxVHueghj0gKJQW7zvCxEak77BkX4701Cp97DL+Kfcg+4XAx6dcQl3nO3nVP3T7A==
|
integrity sha512-5xZKmMhPX0Jh3l9rCr3gjvWakybyPnfeSH7b3A/kzEym1FMZ0JMOIO8ZBI2ZJ9foZupXFkjaWw+xICd+Ya25Ag==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/core" "^7.10.1"
|
"@babel/core" "^7.10.1"
|
||||||
"@babel/plugin-syntax-jsx" "^7.10.1"
|
"@babel/plugin-syntax-jsx" "^7.10.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user