Cambio en referencia
This commit is contained in:
parent
8ad179c61c
commit
0b445ee1c5
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
<script>
|
<script>
|
||||||
|
import ProductoCantidad from "./ProductoCantidad.vue";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "ProductoCard",
|
name: "ProductoCard",
|
||||||
|
components: { ProductoCantidad },
|
||||||
props: {
|
props: {
|
||||||
producto: Object
|
producto: Object
|
||||||
},
|
},
|
||||||
|
@ -70,7 +73,7 @@ export default {
|
||||||
</div>
|
</div>
|
||||||
<footer class="columns">
|
<footer class="columns">
|
||||||
<div class="column is-three-quarters">
|
<div class="column is-three-quarters">
|
||||||
<pedidos-producto-cantidad :producto="producto"></pedidos-producto-cantidad>
|
<producto-cantidad :producto="producto"></producto-cantidad>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<p class="subtitle is-7 is-hidden-mobile" v-if="enChismosa > 0">{{ enChismosa }} en chismosa</p>
|
<p class="subtitle is-7 is-hidden-mobile" v-if="enChismosa > 0">{{ enChismosa }} en chismosa</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue