mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
feat(copy): support legacy copy to clipboard for older browser (#581)
This commit is contained in:
parent
76b2761d62
commit
6f93cba3da
11 changed files with 47 additions and 53 deletions
|
@ -39,7 +39,7 @@ const { copy } = useCopy({ source: obfuscatedString });
|
|||
{{ obfuscatedString }}
|
||||
</div>
|
||||
|
||||
<c-button @click="copy">
|
||||
<c-button @click="copy()">
|
||||
<icon-mdi:content-copy />
|
||||
</c-button>
|
||||
</c-card>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue