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
{{ message }}
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.
Perhaps we can offer better vue-mobx develop experience by hijack render method of vue component.
Then we can access observable value from MobX store directly in vue components' render method (or template).
It is somewhat like the way mobx-react does. It may not be suitable for vue, as vue provides its own observable mechanism and consume data in more ways (such as computed, watch, ...) other than render method.
But it is worth a try.
The text was updated successfully, but these errors were encountered:
Perhaps we can offer better vue-mobx develop experience by hijack
render
method of vue component.Then we can access observable value from MobX store directly in vue components' render method (or template).
It is somewhat like the way mobx-react does. It may not be suitable for vue, as vue provides its own observable mechanism and consume data in more ways (such as
computed
,watch
, ...) other thanrender
method.But it is worth a try.
The text was updated successfully, but these errors were encountered: