stickyNav item in a subcomponent

This commit is contained in:
2021-05-23 10:16:18 +02:00
parent 771b9eb616
commit d35e1fe21e
3 changed files with 78 additions and 48 deletions

View File

@@ -37,12 +37,16 @@ const messages = {
ok: "OK",
cancel: "Annuler",
close: "Fermer",
next: "Suivant",
previous: "Précédent",
back: "Retour",
check_all: "cocher tout",
reset: "réinitialiser"
},
nav: {
next: "Suivant",
previous: "Précédent",
top: "Haut",
bottom: "Bas",
}
}
};