Frontmatter
| id | 2801 |
| title | plugin.Base: construct() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jan 8, 2022, 2:07 PM |
| updatedAt | Jan 8, 2022, 2:08 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2801 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 8, 2022, 2:08 PM |
In case we are lazy loading plugins,
construct()can get triggered after the owner component got mounted. We need to manually triggeronOwnerMounted()in this case.