'latienda.coop' ids/alts changed

This commit is contained in:
María
2025-09-15 14:37:26 +02:00
parent efcdf35a8c
commit 5c4de25e9f
19 changed files with 32 additions and 198 deletions

View File

@@ -1,10 +1,11 @@
<template>
<div class="">
<div class="c-container">
<ProductCardDetails
:product="product"
:related="related"
:related-products="relatedProducts"
:company="company"
:products-per-page="4"
/>
</div>
</template>
@@ -55,7 +56,7 @@ export default {
//TODO: meta data
// mounted() {
// useHead({
// title: `latienda.coop | ${this.product.id}`,
// title: `consumo-cuidado | ${this.product.id}`,
// meta: [
// {
// hid: 'description',
@@ -75,7 +76,7 @@ export default {
</script>
<style lang="scss" scoped>
.container {
.c-container {
margin-top: 40px;
margin-bottom: 80px;
@include mobile {