Compare commits

..

No commits in common. "93f75ccc84acbf78a09540571e60d2ef7c0111d9" and "0b142daf195490713cf4243967a7fbeb3314c408" have entirely different histories.

3 changed files with 1 additions and 17 deletions

View File

@ -16,14 +16,6 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
## Details
### [v2.12.12](https://github.com/youzan/vant/compare/v2.12.11...v2.12.12)
`2021-04-05`
**Bug Fixes**
- fix incorrect tag prompts under Webstorm [#8450](https://github.com/youzan/vant/issues/8450)
### [v2.12.11](https://github.com/youzan/vant/compare/v2.12.10...v2.12.11)
`2021-03-30`

View File

@ -16,14 +16,6 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
## 更新内容
### [v2.12.12](https://github.com/youzan/vant/compare/v2.12.11...v2.12.12)
`2021-04-05`
**Bug Fixes**
- 修复 Webstorm 下组件标签提示不正确的问题 [#8450](https://github.com/youzan/vant/issues/8450)
### [v2.12.11](https://github.com/youzan/vant/compare/v2.12.10...v2.12.11)
`2021-03-30`

View File

@ -1,6 +1,6 @@
{
"name": "vant",
"version": "2.12.12",
"version": "2.12.11",
"description": "Mobile UI Components built on Vue",
"main": "lib/index.js",
"module": "es/index.js",