Skip to content

Commit

Permalink
Fix docs for onScanQrPopupClosed
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed Jul 26, 2024
1 parent babd0fc commit 835c035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mini-apps/composables/use-web-app-qr-scanner.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ import { useWebAppQrScanner } from 'vue-tg'
| `showScanQrPopup` | `(params:`[`ScanQrPopupParams ↗`](https://core.telegram.org/bots/webapps#scanqrpopupparams)`, callback?: (data: string) => void) => void` |
| `closeScanQrPopup` | `() => void` |
| `onQrTextReceived` | `(eventHandler:`[`OnQrTextReceivedCallback`](#onqrtextreceivedcallback)`) => void` |
| `onScanQrPopupClosed` | `() => void` |
| `onScanQrPopupClosed` | `(eventHandler: () => void) => void` |

0 comments on commit 835c035

Please sign in to comment.