The element radio box becomes a multi-selection problem.

when the element radio box is clicked, it becomes multiple selections?

<el-radio 
                    v-model="chapter.isfree"
                    style="font-size: 14px;color: -sharp999;margin-right: 10px;"
                    label="true">
            {{chapter.isfree}}
</el-radio>
Mar.19,2021

there is too little information to help you speculate: you have not included all the radio check box components in the radio-group component

Menu