Merge branch 'develop' into milestone/ff-admin-unit
# Conflicts: # src/components/Modal.vue # src/components/TextCopy.vue
This commit is contained in:
commit
fed08e0232
11 changed files with 264 additions and 279 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="flex w-full relative">
|
||||
<input type="text" :value="copyText" />
|
||||
<input type="text" readonly :value="copyText" />
|
||||
<ClipboardIcon
|
||||
class="w-5 h-5 p-2 box-content absolute right-1 top-1/2 -translate-y-1/2 bg-white cursor-pointer"
|
||||
@click="copyToClipboard"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue