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