mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-04-26 15:15:32 +00:00
feat(copy): support legacy copy to clipboard for older browser (#581)
This commit is contained in:
committed by
GitHub
parent
76b2761d62
commit
6f93cba3da
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user