api-client/store
Andrew Bastin dc98ef8b57
Fix add folder to collections being broken when logged in (#1299)
* Moved add folder modal logic out

* Pass around folder paths for collections to fix folder not applying on
logged in users

* Remove unwanted use of folder value for addFolder store mutation

Co-authored-by: Liyas Thomas <liyascthomas@gmail.com>
2020-10-26 06:44:59 +05:30
..
mutations.js Fixed #1098 2020-08-20 19:54:12 +05:30
postwoman.js Fix add folder to collections being broken when logged in (#1299) 2020-10-26 06:44:59 +05:30
README.md 👽 Vue-ify Postwoman with Nuxt.js! 2019-08-24 04:09:22 +01:00
state.js Fixed broken GraphQL mock query 2020-09-21 11:20:42 +05:30

STORE

This directory is not required, you can delete it if you don't want to use it.

This directory contains your Vuex Store files. Vuex Store option is implemented in the Nuxt.js framework.

Creating a file in this directory automatically activates the option in the framework.

More information about the usage of this directory in the documentation.