Removing ignored value
This commit is contained in:
parent
7880b86485
commit
0fa3b5aa24
1 changed files with 1 additions and 3 deletions
|
|
@ -71,7 +71,6 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
setup(props) {
|
setup(props) {
|
||||||
|
|
||||||
const inputType = "radio";
|
const inputType = "radio";
|
||||||
const {
|
const {
|
||||||
value: inputValue,
|
value: inputValue,
|
||||||
|
|
@ -80,8 +79,7 @@ export default {
|
||||||
resetField
|
resetField
|
||||||
} = useField(props.groupName, props.validationRules,
|
} = useField(props.groupName, props.validationRules,
|
||||||
{
|
{
|
||||||
type: inputType//,
|
type: inputType
|
||||||
//checkedValue: props.value,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue