Update frontend/src/components/ClipboardCopy.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2022-04-26 12:38:29 +02:00 committed by GitHub
parent 82f6bf4d9c
commit 73b7b5b1a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export default {
}, },
data() { data() {
return { return {
noCopy: false, canCopyLink: true,
} }
}, },
methods: { methods: {