mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-13 16:36:40 +02:00
Add a title parameter to the CopyButton component
This commit is contained in:
parent
21fa77f348
commit
bfa1cc99c3
@ -15,7 +15,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<button :aria-label="$t('commons.copy_to_clipboard')" class="button is-like-text is-pulled-right is-small is-text" @click.stop="copyToClipboard()">
|
<button :aria-label="$t('commons.copy_to_clipboard')" :title="$t('commons.copy_to_clipboard')" class="button is-like-text is-pulled-right is-small is-text" @click.stop="copyToClipboard()">
|
||||||
<FontAwesomeIcon :icon="['fas', 'copy']" />
|
<FontAwesomeIcon :icon="['fas', 'copy']" />
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
Loading…
x
Reference in New Issue
Block a user