mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
[bugfix] AddressEdit: show delete (#1648)
This commit is contained in:
@@ -231,9 +231,7 @@ test('delete address', async() => {
|
||||
const wrapper = mount(AddressEdit, {
|
||||
attachToDocument: true,
|
||||
propsData: {
|
||||
addressInfo: {
|
||||
id: '123'
|
||||
}
|
||||
showDelete: true
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user