Compare commits

..

No commits in common. "5ef5e93543d30e8da15310e5a18a6654df115094" and "52bea8f9b6591faa28929d32988ce9087e0af37d" have entirely different histories.

View file

@ -7,6 +7,7 @@
<td class="has-text-right">{{ Math.ceil(this.producto.pivot.total) }}</td> <td class="has-text-right">{{ Math.ceil(this.producto.pivot.total) }}</td>
</tr> </tr>
</template> </template>
producto
<script> <script>
import ProductoCantidad from './Producto/ProductoCantidad.vue'; import ProductoCantidad from './Producto/ProductoCantidad.vue';