docs(cli): changelog 3.1.3

This commit is contained in:
chenjiahan 2020-12-03 17:24:27 +08:00
parent 1334f32fed
commit 75b53b313c
3 changed files with 14 additions and 5 deletions

View File

@ -66,7 +66,7 @@
"vue": "^3.0.0"
},
"devDependencies": {
"@vant/cli": "^3.1.1",
"@vant/cli": "^3.1.3",
"@vue/compiler-sfc": "^3.0.3",
"vue": "^3.0.3"
},

View File

@ -1,5 +1,12 @@
# 更新日志
## v3.1.3
`2020-12-03`
- 支持通过 `site.htmlPluginOptions` 来配置 html-webpack-plugin
- 修复组件内部引用 `.vue` 文件时 build 结果不正确的问题
## v3.1.2
`2020-12-02`
@ -31,6 +38,8 @@
## v2.7.0
`2020-12-03`
- 支持通过 `site.htmlPluginOptions` 来配置 html-webpack-plugin
- 修复组件内部引用 `.vue` 文件时 build 结果不正确的问题

View File

@ -1865,10 +1865,10 @@
"@typescript-eslint/types" "4.6.0"
eslint-visitor-keys "^2.0.0"
"@vant/cli@^3.1.1":
version "3.1.1"
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-3.1.1.tgz#3d00c9165f9905207369b05f6a65b6c302788177"
integrity sha1-PQDJFl+ZBSBzabBfamW2wwJ4gXc=
"@vant/cli@^3.1.3":
version "3.1.3"
resolved "https://registry.npm.taobao.org/@vant/cli/download/@vant/cli-3.1.3.tgz?cache=0&sync_timestamp=1606987332362&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40vant%2Fcli%2Fdownload%2F%40vant%2Fcli-3.1.3.tgz#7bcb985791d57bca43f07531874a7f75cbd9695b"
integrity sha1-e8uYV5HVe8pD8HUxh0p/dcvZaVs=
dependencies:
"@babel/core" "^7.12.7"
"@babel/plugin-transform-object-assign" "^7.12.1"