Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 27, 2021 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b5b68a89d428d8e49ef31a8a020ae428 to your computer and use it in GitHub Desktop.
Save parzibyte/b5b68a89d428d8e49ef31a8a020ae428 to your computer and use it in GitHub Desktop.
export default {
components: { DialogoCobrar },
data: () => ({
mostrarModalCobrar: false,
dispositivoParaCobrar: {},
}),
methods: {
onCobrado(costo) {
console.log({ costo });
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment