Frontmatter
| id | 1739 |
| title | model.Component: stores config |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 9, 2021, 7:42 PM |
| updatedAt | Apr 9, 2021, 10:09 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1739 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 9, 2021, 10:09 PM |

view models are supposed to store data.
data.Store contains data, so it should be possible to create store instances inside a vm.
type: object.
each key is a store instance name to which we can bind to.