'latienda.coop' ids/alts changed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user