'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

@@ -96,7 +96,7 @@
id="modal-center"
v-model="active"
centered
title="latienda.coop"
title="consumo-cuidado"
:ok-variant="modalColor"> {{ modalText }}
</BModal>
</div>
@@ -107,7 +107,7 @@
<h2 v-else class="items-title">Otros productos</h2>
<div class="title-lines"></div>
</div>
<ProductsRelated :related-products="relatedProducts" />
<ProductsRelated :related-products="relatedProducts" :products-per-page="productsPerPage" />
</div>
</template>
@@ -133,6 +133,10 @@ export default {
type: Boolean,
default: false,
},
productsPerPage: {
type: Number,
default: 8,
},
},
data() {
return {