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) {
|
||||
|
||||
const inputType = "radio";
|
||||
const {
|
||||
value: inputValue,
|
||||
|
|
@ -80,8 +79,7 @@ export default {
|
|||
resetField
|
||||
} = useField(props.groupName, props.validationRules,
|
||||
{
|
||||
type: inputType//,
|
||||
//checkedValue: props.value,
|
||||
type: inputType
|
||||
});
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue