mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add emit 'showQrCodeButton'
This commit is contained in:
parent
1823bc3611
commit
8972c05e8a
@ -6,6 +6,9 @@
|
|||||||
<b-button size="sm" text="Button" variant="success" @click="CopyLink">
|
<b-button size="sm" text="Button" variant="success" @click="CopyLink">
|
||||||
{{ $t('gdd_per_link.copy') }}
|
{{ $t('gdd_per_link.copy') }}
|
||||||
</b-button>
|
</b-button>
|
||||||
|
<b-button variant="info" @click="$emit('show-qr-code-button')">
|
||||||
|
{{ $t('qrCode') }}
|
||||||
|
</b-button>
|
||||||
</b-input-group-append>
|
</b-input-group-append>
|
||||||
</b-input-group>
|
</b-input-group>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user