mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(AddressEdit): should not emit save event when validation failed (#9917)
This commit is contained in:
parent
2e7fafeba0
commit
d31304c0c5
@ -351,7 +351,6 @@ export default defineComponent({
|
|||||||
class={bem('button')}
|
class={bem('button')}
|
||||||
loading={props.isSaving}
|
loading={props.isSaving}
|
||||||
nativeType="submit"
|
nativeType="submit"
|
||||||
onClick={onSave}
|
|
||||||
/>
|
/>
|
||||||
{props.showDelete && (
|
{props.showDelete && (
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user