mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-07-08 15:41:05 +08:00
Compare commits
3 Commits
2e7fafeba0
...
580c9cd2f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
580c9cd2f9 | ||
|
|
75b35eb88b | ||
|
|
d31304c0c5 |
@ -16,6 +16,14 @@ Vant follows [Semantic Versioning 2.0.0](https://semver.org/lang/zh-CN/).
|
||||
|
||||
## Details
|
||||
|
||||
### [v3.3.1](https://github.com/compare/v3.3.0...v3.3.1)
|
||||
|
||||
`2021-11-23`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- AddressEdit: should not emit save event when validation failed [#9917](https://github.com/issues/9917)
|
||||
|
||||
### [v3.3.0](https://github.com/compare/v3.2.8...v3.3.0)
|
||||
|
||||
`2021-11-19`
|
||||
|
||||
@ -16,6 +16,14 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
||||
|
||||
## 更新内容
|
||||
|
||||
### [v3.3.1](https://github.com/compare/v3.3.0...v3.3.1)
|
||||
|
||||
`2021-11-23`
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- AddressEdit: 修复表单校验不通过时也会触发 save 事件的问题 [#9917](https://github.com/issues/9917)
|
||||
|
||||
### [v3.3.0](https://github.com/compare/v3.2.8...v3.3.0)
|
||||
|
||||
`2021-11-19`
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "3.3.0",
|
||||
"version": "3.3.1",
|
||||
"description": "Mobile UI Components built on Vue",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
||||
@ -351,7 +351,6 @@ export default defineComponent({
|
||||
class={bem('button')}
|
||||
loading={props.isSaving}
|
||||
nativeType="submit"
|
||||
onClick={onSave}
|
||||
/>
|
||||
{props.showDelete && (
|
||||
<Button
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user