some chenges: json texts, some styles issues and functionalities

This commit is contained in:
María
2025-10-31 11:17:48 +01:00
parent ba4e01e10c
commit b90516bfc5
18 changed files with 341 additions and 292 deletions

View File

@@ -84,12 +84,12 @@ export default {
},
mounted() {
//Al montar, escuchar el evento de recarga/cierre
// Al montar, escuchar el evento de recarga/cierre
window.addEventListener("beforeunload", this.clearStorageOnReload)
},
beforeUnmount() {
//Limpiar el listener al desmontar el componente
// Limpiar el listener al desmontar el componente
window.removeEventListener("beforeunload", this.clearStorageOnReload)
},