mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/ClipboardCopy.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
3c9a12d293
commit
82f6bf4d9c
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="clipboard-copy">
|
||||
<b-input-group v-if="!noCopy" size="lg" class="mb-3" prepend="Link">
|
||||
<b-input-group v-if="canCopyLink" size="lg" class="mb-3" prepend="Link">
|
||||
<b-form-input :value="link" type="text" readonly></b-form-input>
|
||||
<b-input-group-append>
|
||||
<b-button size="sm" text="Button" variant="primary" @click="CopyLink">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user