edit cooperative page and functionality
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
>{{ labelText + (required ? '*' : '') }}
|
||||
<input
|
||||
v-model="inputValue"
|
||||
:value="value ? value : inputValue"
|
||||
:required="required"
|
||||
:type="type"
|
||||
:step="step"
|
||||
|
||||
Reference in New Issue
Block a user