no dejar cerrar modal
This commit is contained in:
parent
61d4e7f7c9
commit
fcb193ee00
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user