()
| 509 | |
| 510 | @computed() |
| 511 | protected spawnedChildren(): Node[] { |
| 512 | const children = this.children.context.getter(); |
| 513 | if (isReactive(this.children.context.raw())) { |
| 514 | this.spawnChildren(true, children); |
| 515 | } |
| 516 | return this.realChildren; |
| 517 | } |
| 518 | |
| 519 | @computed() |
| 520 | protected sortedChildren(): Node[] { |
no test coverage detected