.pos
form-wizard(title="" subtitle="" finishButtonText="Finalizar" color="#7c7bad" nextButtonText="Continuar" backButtonText="Volver" @on-complete="completeSale()")
tab-content(title="Qué productos necesita?" :before-change="checkCart")
cart-step
tab-content(title="Quién es el cliente?" :before-change="checkCustomer")
customer-step
tab-content(title="Cómo quieres pagar?")
payment-method-step
tab-content(v-if="payment === 'cash'" title="Qué monto quieres pagar?")
payment-cash-step
tab-content(v-else title="Quieres hacer alguna entrega?")
payment-credit-step
loader