I just committed an update so ViewModel is now Com...
# tornadofx
e
I just committed an update so ViewModel is now Component and therefore supports scoped injection. It also supports being injected into other components if you make your ViewModel Injectable, like this:
class VM : ViewModel(), Injectable