Style the "share QR" link
Only available in supporting browsers.
This commit is contained in:
parent
78955e0a1f
commit
34bc2f4440
5 changed files with 30 additions and 10 deletions
|
|
@ -17,6 +17,7 @@
|
|||
class="qr"
|
||||
id="room-qr"
|
||||
></canvas>
|
||||
<slot name="share"></slot>
|
||||
</v-col>
|
||||
<v-col align-self="center" class="public-link">
|
||||
<div class="link">{{ locationLink }}</div>
|
||||
|
|
@ -72,7 +73,7 @@ export default {
|
|||
computed: {
|
||||
popupTitle() {
|
||||
return this.$t(this.i18nQrPopupTitleKey);
|
||||
}
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
copyRoomLink() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue