You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to reset both flags on a single model instance when persisting it to a back-end database. (Presently, I'm using the Vuex ORM GraphQL plugin for the latter purpose, but that is somewhat orthogonal.)
I've tried the following (I haven't tried working with updates to $isNew yet):
However, the output from the log statement indicates my update had no effect. What am I doing wrong here?
It seems to me there should be a more explicit means of resetting flags for just a single instance, rather than just for all instances as is presently the case.
The text was updated successfully, but these errors were encountered:
I want to reset both flags on a single model instance when persisting it to a back-end database. (Presently, I'm using the Vuex ORM GraphQL plugin for the latter purpose, but that is somewhat orthogonal.)
I've tried the following (I haven't tried working with updates to $isNew yet):
However, the output from the log statement indicates my update had no effect. What am I doing wrong here?
It seems to me there should be a more explicit means of resetting flags for just a single instance, rather than just for all instances as is presently the case.
The text was updated successfully, but these errors were encountered: