fix(front): copyinput
This commit is contained in:
parent
75e1e91786
commit
ff7515a49d
|
@ -33,7 +33,7 @@ const { copy, isSupported: canCopy, copied } = useClipboard({ source: value, cop
|
|||
</p>
|
||||
<Input
|
||||
:id="id"
|
||||
:value="value"
|
||||
v-model="value"
|
||||
readonly
|
||||
:name="id"
|
||||
type="text"
|
||||
|
|
Loading…
Reference in New Issue