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>
|
||||
import ProductoCantidad from "./ProductoCantidad.vue";
|
||||
|
||||
export default {
|
||||
name: "ProductoCard",
|
||||
components: { ProductoCantidad },
|
||||
props: {
|
||||
producto: Object
|
||||
},
|
||||
|
@ -70,7 +73,7 @@ export default {
|
|||
</div>
|
||||
<footer class="columns">
|
||||
<div class="column is-three-quarters">
|
||||
<pedidos-producto-cantidad :producto="producto"></pedidos-producto-cantidad>
|
||||
<producto-cantidad :producto="producto"></producto-cantidad>
|
||||
</div>
|
||||
<div class="column">
|
||||
<p class="subtitle is-7 is-hidden-mobile" v-if="enChismosa > 0">{{ enChismosa }} en chismosa</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue