diff options
Diffstat (limited to 'src/tools/random-port-generator/random-port-generator.vue')
-rw-r--r-- | src/tools/random-port-generator/random-port-generator.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/random-port-generator/random-port-generator.vue b/src/tools/random-port-generator/random-port-generator.vue index e4ac609..89ab217 100644 --- a/src/tools/random-port-generator/random-port-generator.vue +++ b/src/tools/random-port-generator/random-port-generator.vue @@ -14,7 +14,7 @@ const { copy } = useCopy({ source: port, text: 'Port copied to the clipboard' }) {{ port }} </div> <div flex justify-center gap-3> - <c-button @click="copy"> + <c-button @click="copy()"> Copy </c-button> <c-button @click="refreshPort"> |