[bugfix] AddressEdit: show delete (#1648)

This commit is contained in:
neverland
2018-08-18 10:11:33 +08:00
committed by GitHub
parent 05c4804958
commit ec0adaedea
2 changed files with 2 additions and 8 deletions

View File

@@ -231,9 +231,7 @@ test('delete address', async() => {
const wrapper = mount(AddressEdit, {
attachToDocument: true,
propsData: {
addressInfo: {
id: '123'
}
showDelete: true
}
});