initial style and langcode config

This commit is contained in:
María
2025-10-17 18:04:39 +02:00
committed by María
parent d6859c386f
commit ddc623411a
61 changed files with 262 additions and 1236 deletions

View File

@@ -19,7 +19,7 @@
</template>
<script>
import { surveyData } from "@/data/iguales.js" // Ajusta la ruta según la ubicación de tu archivo de datos
import { surveyData } from "@/data/bravioo.js" // Ajusta la ruta según la ubicación de tu archivo de datos
import FormSlice from "@/components/FormSlice.vue"
import SliceWelcome from "@/components/SliceWelcome.vue"
import SliceQuestion from "@/components/SliceQuestion.vue"
@@ -82,15 +82,15 @@ export default {
}
},
// mounted() {
// // Al montar, escuchar el evento de recarga/cierre
// window.addEventListener("beforeunload", this.clearStorageOnReload)
// },
mounted() {
// Al montar, escuchar el evento de recarga/cierre
window.addEventListener("beforeunload", this.clearStorageOnReload)
},
// beforeUnmount() {
// // Limpiar el listener al desmontar el componente
// window.removeEventListener("beforeunload", this.clearStorageOnReload)
// },
beforeUnmount() {
// Limpiar el listener al desmontar el componente
window.removeEventListener("beforeunload", this.clearStorageOnReload)
},
methods: {