mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[improvement] AddressEdit: add change-default event (#1972)
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
v-show="!hideBottomFields"
|
||||
v-model="data.isDefault"
|
||||
:title="$t('defaultAddress')"
|
||||
@change="$emit('change-default', $event)"
|
||||
/>
|
||||
</cell-group>
|
||||
|
||||
|
Reference in New Issue
Block a user