This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

优化单选组件

old
宇天 2021-04-23 19:57:21 +08:00
parent 78b3f3f063
commit ea505b8ef8
1 changed files with 0 additions and 2 deletions

View File

@ -99,7 +99,6 @@ export default class RadioGroup {
})
this.__observer = new MutationObserver(_ => {
console.log('-00000')
this._updateChildrenStat(true)
})
@ -126,7 +125,6 @@ export default class RadioGroup {
if (k === 'readonly') {
k = 'readOnly'
}
console.log('---', k, val, Array.from(this.children))
this[k] = val !== null
break
}