mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
fix(AddressEdit): should not emit save event when validation failed (#9917)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user