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
It seems like using nested store modules does not work as expected. How can I utilize vuex-composition-helpers to do such as following? Please let me know if I missed out on anything!
// Some SFCimport{useNamespacedState,useNamespacedActions}from'vuex-composition-helpers/dist';exportdefaultdefineComponent({setup(){const{ someState }=useNamespacedState('module/submodule',['someState']);return{}});
Uh oh!
There was an error while loading. Please reload this page.
It seems like using nested store modules does not work as expected. How can I utilize
vuex-composition-helpers
to do such as following? Please let me know if I missed out on anything!The text was updated successfully, but these errors were encountered: