摘要: 1 properties 这里有两个属性 options和modelValue,对modelValue进行监听 父组件两个属性都传了值 properties: { options: { // 选项数组 type: Array, value: [], }, modelValue: { // 默认选中的 阅读全文