template:
<el-radio-group  v-model="radio1">
  <el-radio :label="1" >is representing the interests of the Buyer.</el-radio>
  <el-radio :label="2" >is representing the interests of the Buyer.</el-radio>
</el-radio-group>

script:

export default {
  data(){
    return{
      radio1: 1,
    }
Logo

前往低代码交流专区

更多推荐