.pos
form-wizard(title='' subtitle='' finishButtonText='Finalizar' :hideButtons='processing' color='#7c7bad' nextButtonText='Continuar' backButtonText='Volver' @on-complete='createSale' ref='wizard')
tab-content(title="Qué productos necesita?" :beforeChange="checkCart")
product-step
tab-content(title="Quién es el cliente?" :beforeChange="checkCustomer")
customer-step
tab-content(v-if='isSale' title="Cómo quieres pagar?" :beforeChange="checkPaymentMethod")
payment-method-step
tab-content(v-if='isSale' title="Qué monto vas a entregar?" :beforeChange="checkAmountReceived")
payment-amount-step