aboutsummaryrefslogtreecommitdiff
path: root/src/tools/html-entities/html-entities.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/html-entities/html-entities.vue')
-rw-r--r--src/tools/html-entities/html-entities.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/html-entities/html-entities.vue b/src/tools/html-entities/html-entities.vue
index a0f6102..1a2192e 100644
--- a/src/tools/html-entities/html-entities.vue
+++ b/src/tools/html-entities/html-entities.vue
@@ -37,7 +37,7 @@ const { copy: copyUnescaped } = useCopy({ source: unescapeOutput });
</n-form-item>
<div flex justify-center>
- <c-button @click="copyEscaped">
+ <c-button @click="copyEscaped()">
Copy
</c-button>
</div>
@@ -66,7 +66,7 @@ const { copy: copyUnescaped } = useCopy({ source: unescapeOutput });
</n-form-item>
<div flex justify-center>
- <c-button @click="copyUnescaped">
+ <c-button @click="copyUnescaped()">
Copy
</c-button>
</div>