mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +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')}
|
||||
loading={props.isSaving}
|
||||
nativeType="submit"
|
||||
onClick={onSave}
|
||||
/>
|
||||
{props.showDelete && (
|
||||
<Button
|
||||
|
Reference in New Issue
Block a user