Fixed missing "name" prop

This commit is contained in:
Joel Collins 2019-11-20 17:09:36 +00:00
parent 04985e3ef9
commit 0b33405493

View file

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