refactor: use utils.copytext (#3590)
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
>
|
||||
<q-btn
|
||||
v-if="prop.copy"
|
||||
@click="copyText(formData[key])"
|
||||
@click="utils.copyText(formData[key])"
|
||||
icon="content_copy"
|
||||
class="cursor-pointer"
|
||||
color="grey"
|
||||
|
||||
Reference in New Issue
Block a user