Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My view models subclass a base view model so I cannot derive from
ObservableObject
. So now I think I have to do something like this:Is it possible to bypass the
MyViewModelData
class and haveMyInt
property inMyViewModel
. Then it's also easier to call other methods inMyViewModel
.Beta Was this translation helpful? Give feedback.
All reactions