some chenges: json texts, some styles issues and functionalities
This commit is contained in:
@@ -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)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user