-
Is there a way to restructure this as to not be in the vuex store?
-
I couldn't find anything on google, so is this conveniently possible? Basically the bummer for me is that I have to call `dispatch`/`commit` with a given identifier string to trigger something.
My…
-
Inquiring about vuex-pathify being ported to vue3
-
### What problem does this feature solve?
In a lot of contexts, we want to store _reference_ of objects in the store that come from a _library_.
This means that the reference come from _outside_ th…
-
第1486天 vuex和localStorage有什么区别?
[3+1官网](http://www.h-camel.com/index.html)
[我也要出题](http://www.h-camel.com/contribution.html)
-
[vue] vuex的state、getter、mutation、action、module特性分别是什么?
-
Echoing the sentiment that making Apollo requests within the component is not a practice that scales to larger applications (likely using Vuex, or some other state management).
One thing I noticed …
bjunc updated
7 years ago
-
第1455天 pinia和vuex有什么区别?
[3+1官网](http://www.h-camel.com/index.html)
[我也要出题](http://www.h-camel.com/contribution.html)
-
This post is asking whether you can do Pathify style commits in actions, and the answer is currently no:
- https://stackoverflow.com/questions/58196573/sub-property-write-commit-withing-store-actio…
-
There are many instances where we call `api.service` directly. We should use Vuex actions instead.