better sharing

This commit is contained in:
Klemek
2025-03-17 15:01:43 +01:00
parent 7c54cdd612
commit 7365e76d2e
3 changed files with 22 additions and 13 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
<br>
<template v-if="serverIsReady">
<input disabled :value="server.url" />
<input type="submit" @click.prevent="onCopy" value="Share / Copy" />
<input type="submit" @click.prevent="onShare" :value="shareText" />
<br>
<br>
</template>