(newVal)
| 120 | } |
| 121 | |
| 122 | setDefaultCheckedKey(newVal) { |
| 123 | if (newVal !== this.defaultCheckedKeys) { |
| 124 | this.defaultCheckedKeys = newVal; |
| 125 | this._initDefaultCheckedNodes(); |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | registerNode(node) { |
| 130 | const key = this.key; |
nothing calls this directly
no test coverage detected