Small fixes
This commit is contained in:
parent
4930b41448
commit
58ea248079
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
class="form-check-input me-2"
|
||||
type="checkbox"
|
||||
aria-checked="false"
|
||||
:name="inputId"
|
||||
:name="checkboxName"
|
||||
:validationRules="validationRules"
|
||||
:id="inputId"
|
||||
:tabindex="tabIndex"
|
||||
|
|
@ -65,6 +65,7 @@ export default {
|
|||
meta,
|
||||
errors,
|
||||
resetField,
|
||||
inputId,
|
||||
};
|
||||
},
|
||||
props: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue