nosotras page
This commit is contained in:
@@ -6,16 +6,12 @@
|
||||
v-if="component"
|
||||
v-bind="component.props" />
|
||||
</template>
|
||||
<!-- <div class="fixed bottom-0 right-0 z-50 p-2">
|
||||
<ButtonCTA @click="changeLang" >
|
||||
Cambiar Idioma
|
||||
</ButtonCTA>
|
||||
</div> -->
|
||||
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapGetters, mapActions } from 'vuex';
|
||||
import { mapGetters } from 'vuex';
|
||||
import HeroHome from '~/components/HeroHome.vue';
|
||||
import WhatIs from '../../components/WhatIs.vue';
|
||||
import SectionWithCards from '../../components/SectionWithCards.vue';
|
||||
@@ -54,14 +50,6 @@ export default {
|
||||
},
|
||||
];
|
||||
}
|
||||
},
|
||||
// methods: {
|
||||
// ...mapActions(['setLangcode']),
|
||||
// changeLang() {
|
||||
// const newLang = this.langcode === 'es' ? 'cat' : 'es';
|
||||
// this.setLangcode(newLang);
|
||||
// this.$router.push({ path: `/${newLang}` });
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user