Frontmatter
| id | 1142 |
| title | component.Base: updateStyle() => sync the vdom object |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 28, 2020, 9:44 PM |
| updatedAt | Aug 28, 2020, 10:02 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1142 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 28, 2020, 10:02 PM |
similar to the vnode, we want to automatically keep the vdom in sync as well.
important when updating styles not on the top level (e.g. wrapperStyle).