no dejar cerrar modal

This commit is contained in:
Lemuel Márquez 2023-05-30 15:58:01 -06:00
parent 61d4e7f7c9
commit fcb193ee00
2 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ export default {
this.$buefy.modal.open({ this.$buefy.modal.open({
props: modalProps, props: modalProps,
canCancel: false,
parent: this, parent: this,
component: ModalMultaIdPrestamo, component: ModalMultaIdPrestamo,
hasModalCard: true, hasModalCard: true,

View File

@ -56,7 +56,7 @@ const alertsGenericos = {
) { ) {
buefy.dialog.alert({ buefy.dialog.alert({
ariaModal: true, ariaModal: true,
canCancel: true, canCancel: ["button"],
hasIcon: true, hasIcon: true,
onCancel, onCancel,
onConfirm, onConfirm,