.pos
form-wizard(title="" subtitle="" finishButtonText="Finalizar" color="#7c7bad" nextButtonText="Continuar" backButtonText="Volver" transition="fade" @on-complete="completeSale()")
tab-content(title="Agregue productos al carrito" :before-change="checkCart")
cart-step
tab-content(title="Seleccione un cliente" :before-change="checkCustomer")
customer-step
tab-content(title="Vea un resumen de su operación")
payment-step
loader