fix(front): copyinput

This commit is contained in:
ArneBo 2025-03-28 12:19:55 +01:00
parent 75e1e91786
commit ff7515a49d
1 changed files with 1 additions and 1 deletions

View File

@ -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"