add hideHeaderClose: false

This commit is contained in:
ogerly 2022-03-23 12:43:56 +01:00
parent 741c65a1c6
commit 5925b87597
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -42,7 +42,7 @@
</b-button>
</b-col>
</b-row>
<b-modal :id="'modalPopover-' + id" title="QR-Code" ok-only>
<b-modal :id="'modalPopover-' + id" title="QR-Code" ok-only hideHeaderClose="false">
<div class="text-center">
<figure class="qrcode">
<vue-qrcode :value="link" type="image/png" class="qrbox"></vue-qrcode>