test modals with vue and modals with bootstrap

This commit is contained in:
2021-04-28 20:23:36 +02:00
parent 75becb2294
commit e1dbfdafd7
5 changed files with 181 additions and 5 deletions

View File

@@ -31,6 +31,10 @@ const messages = {
remove: "Enlever",
delete: "Supprimer",
save: "Enregistrer",
showModal: "Ouvrir une modale",
ok: "OK",
cancel: "Annuler",
close: "Fermer"
}
}
};