Compare commits

..

4 commits

View file

@ -7,7 +7,6 @@
<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';