fixed modal show and hide with right name

This commit is contained in:
2021-01-20 12:42:21 +01:00
parent 7f7cbb9c7e
commit 9e99c4c688
4 changed files with 8 additions and 5 deletions

View File

@@ -177,7 +177,8 @@ export default {
}
},
onCloseModalCard (e) {
this.$modal.hideAll()
// this.$modal.hideAll()
this.$modal.hide(`modal-${this.item.id}`)
}
}
}