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
When I use Get to create a Getter, for use in the page, the value of the repository has changed, but the value of the page does not change accordingly.
When I use Get to create a Getter, for use in the page, the value of the repository has changed, but the value of the page does not change accordingly.
"vue": "^3.0.5" "vuex": "^4.0.0-0", "vuex-module-decorators": "^1.0.1",
here is store code
here is Page Code
The formState.coverDoamin doesn't change, When i update the Store's data ,
But it will have no problem if I use computed.
How could I make it work without use Computed API
The text was updated successfully, but these errors were encountered: