amend vuex conf

This commit is contained in:
María
2025-08-04 11:24:57 +02:00
committed by María
parent e9e75a0839
commit 4cbc9932fa
7 changed files with 22 additions and 7 deletions

View File

@@ -6,11 +6,11 @@
<main class="min-h-dvh">
<slot />
<div class="fixed bottom-0 right-0 z-50 p-2">
<!-- <div class="fixed bottom-0 right-0 z-50 p-2">
<ButtonCTA @click="changeLang" >
Cambiar Idioma
</ButtonCTA>
</div>
</div> -->
</main>
<footer>
@@ -19,7 +19,7 @@
</div>
</template>
<script>
<!-- <script>
import { mapGetters, mapActions } from 'vuex';
export default {
@@ -35,4 +35,4 @@ export default {
}
}
}
</script>
</script> -->