优化单选组件
parent
78b3f3f063
commit
ea505b8ef8
|
@ -99,7 +99,6 @@ export default class RadioGroup {
|
||||||
})
|
})
|
||||||
|
|
||||||
this.__observer = new MutationObserver(_ => {
|
this.__observer = new MutationObserver(_ => {
|
||||||
console.log('-00000')
|
|
||||||
this._updateChildrenStat(true)
|
this._updateChildrenStat(true)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -126,7 +125,6 @@ export default class RadioGroup {
|
||||||
if (k === 'readonly') {
|
if (k === 'readonly') {
|
||||||
k = 'readOnly'
|
k = 'readOnly'
|
||||||
}
|
}
|
||||||
console.log('---', k, val, Array.from(this.children))
|
|
||||||
this[k] = val !== null
|
this[k] = val !== null
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue