Bind name to name instead of model

Apparently this slipped through somehow in
https://github.com/Human-Connection/Nitro-Web/pull/13
This commit is contained in:
Robert Schäfer 2018-12-08 12:46:51 +01:00
parent 987fa33d58
commit 1fb8db2972

View File

@ -13,7 +13,7 @@
iconRight && `ds-input-has-icon-right`
]"
:id="id"
:name="model"
:name="name"
:type="type"
:autofocus="autofocus"
:placeholder="placeholder"