|
@@ -9,7 +9,7 @@
|
|
|
cart-total
|
|
|
cart-items
|
|
|
tab-content(title="Seleccione un cliente")
|
|
|
- .customers
|
|
|
+ customers-grid
|
|
|
tab-content(title="Vea un resumen de su operación")
|
|
|
.results
|
|
|
</template>
|
|
@@ -21,7 +21,7 @@
|
|
|
import CartTotal from '@/components/CartTotal'
|
|
|
import CartItems from '@/components/CartItems'
|
|
|
import CartItem from '@/components/CartItem'
|
|
|
- import CartOptions from '@/components/CartOptions'
|
|
|
+ import CustomersGrid from '@/components/ProductsGrid'
|
|
|
import 'vue-form-wizard/dist/vue-form-wizard.min.css'
|
|
|
|
|
|
export default {
|
|
@@ -33,7 +33,7 @@
|
|
|
'cart-total': CartTotal,
|
|
|
'cart-items': CartItems,
|
|
|
'cart-item': CartItem,
|
|
|
- 'cart-options': CartOptions
|
|
|
+ 'customers-grid': CustomersGrid
|
|
|
}
|
|
|
}
|
|
|
</script>
|