descomentar log
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<ButtonCTA color="transparent" @click="reloadPage">
|
<ButtonCTA color="transparent" @click="reloadPage">
|
||||||
{{ langcode === 'es' ? 'Cerrar asistente' : 'Fechar assistente' }}
|
{{ langcode === 'es' ? 'Cerrar asistente' : 'Fechar assistente' }}
|
||||||
</ButtonCTA>
|
</ButtonCTA>
|
||||||
<ButtonCTA color="accent" disabled @click="downloadPDF">
|
<ButtonCTA color="accent" @click="downloadPDF">
|
||||||
{{ langcode === 'es' ? 'Descargar Informe (PDF)' : 'Baixar Relatório (PDF)' }}
|
{{ langcode === 'es' ? 'Descargar Informe (PDF)' : 'Baixar Relatório (PDF)' }}
|
||||||
</ButtonCTA>
|
</ButtonCTA>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -82,15 +82,15 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
// mounted() {
|
mounted() {
|
||||||
// // Al montar, escuchar el evento de recarga/cierre
|
// Al montar, escuchar el evento de recarga/cierre
|
||||||
// window.addEventListener("beforeunload", this.clearStorageOnReload)
|
window.addEventListener("beforeunload", this.clearStorageOnReload)
|
||||||
// },
|
},
|
||||||
|
|
||||||
// beforeUnmount() {
|
beforeUnmount() {
|
||||||
// // Limpiar el listener al desmontar el componente
|
// Limpiar el listener al desmontar el componente
|
||||||
// window.removeEventListener("beforeunload", this.clearStorageOnReload)
|
window.removeEventListener("beforeunload", this.clearStorageOnReload)
|
||||||
// },
|
},
|
||||||
|
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user