docs(@vant/cli): 2.10.0

This commit is contained in:
chenjiahan 2021-04-10 17:27:29 +08:00
parent 789ab3ebe6
commit ab702c4c28
3 changed files with 11 additions and 5 deletions

View File

@ -63,7 +63,7 @@
"vue": ">= 2.5.22" "vue": ">= 2.5.22"
}, },
"devDependencies": { "devDependencies": {
"@vant/cli": "^2.9.0", "@vant/cli": "^2.10.0",
"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"

View File

@ -1,5 +1,11 @@
# 更新日志 # 更新日志
## v2.10.0
`2021-04-10`
- 支持 iframe 跨域通信
## v2.9.1 ## v2.9.1
`2021-03-26` `2021-03-26`

View File

@ -2000,10 +2000,10 @@
semver "^6.3.0" semver "^6.3.0"
tsutils "^3.17.1" tsutils "^3.17.1"
"@vant/cli@^2.9.0": "@vant/cli@^2.10.0":
version "2.9.0" version "2.10.0"
resolved "https://registry.npmjs.org/@vant/cli/-/cli-2.9.0.tgz#336d3573fe90dd6be5794d35f60c487497a9a286" resolved "https://registry.npmjs.org/@vant/cli/-/cli-2.10.0.tgz#dba23f20d94a4f30843f3b09068b2c78dadc4f89"
integrity sha512-w2xsxNWvzbXQpesCXOeMJKa8ndUtl/RXwqgXbWxXLFvU0gmWnMzH8nfYwEkfH2rn9dh2qphxikTUA2WDZG2YRA== integrity sha512-46UZb45i8O0lLRo9Cdr24EoM8e4HGsy5LycfKhzmKSHpiwQ2yQP/x7qJ3ZGlYgOeeKk8UNM6Y1uJ5KJLzKCmRA==
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"