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>
|
</p>
|
||||||
<Input
|
<Input
|
||||||
:id="id"
|
:id="id"
|
||||||
:value="value"
|
v-model="value"
|
||||||
readonly
|
readonly
|
||||||
:name="id"
|
:name="id"
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Reference in New Issue