Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 27, 2021 18:10
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/9248c4e419297964000d34423ed4da58 to your computer and use it in GitHub Desktop.
Save parzibyte/9248c4e419297964000d34423ed4da58 to your computer and use it in GitHub Desktop.
<template>
<b-modal
:active.sync="mostrarModalCobrar"
aria-modal
aria-role="dialog"
has-modal-card
:destroy-on-hide="true"
trap-focus
>
<dialogo-cobrar
@cobrado="onCobrado"
:dispositivo="dispositivoParaCobrar"
/>
</b-modal>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment