Fixed missing "name" prop
This commit is contained in:
parent
04985e3ef9
commit
0b33405493
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
>
|
||||
<div class="uk-margin-remove-top uk-padding-remove uk-width-expand">
|
||||
<labelInput
|
||||
:name="key"
|
||||
:label="key"
|
||||
:value="value[key]"
|
||||
@input="value[key] = $event"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue