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
This library (vuex-composition-helpers) is meant to be a bridge for the next Vuex API of Vuex 4 while using Vue 3.
All available methods here should be expected to work when Vuex will be out.
If you have any reason to believe that your idea will be part of the new Vuex 4 Composition API, I would like a reference to it, and of course, this idea will be implemented.
I've no reference to how this will work in Vuex 4 Composition Api, but normally when you make a "use-function" in the composition Api, you destruct the return without giving the names of the functions to the use-function.
Why must we specify every method/object in use functions?
Currently you must specify the name twice:
Why not do this instead?
The text was updated successfully, but these errors were encountered: