yarn test fixed, :hideHeaderClose

This commit is contained in:
ogerly 2022-03-23 13:19:15 +01:00
parent 0a3302f7c6
commit 0bc968fe5a

View File

@ -42,7 +42,7 @@
</b-button>
</b-col>
</b-row>
<b-modal :id="'modalPopover-' + id" title="QR-Code" ok-only hideHeaderClose="false">
<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>