Frontmatter
| id | 1586 |
| title | core.Base: ctor => move controller.parseConfigs() into component.Base |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 26, 2021, 12:44 AM |
| updatedAt | Mar 26, 2021, 12:44 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1586 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 26, 2021, 12:44 AM |
The call does not belong into core.Base, since VCs are component related.
we can override
initConfig()instead and use it as a ctor hook to trigger the logic at the same spot.