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