api-client/store
Dmitry Yankowski 2d5b70ab85 Save collapsed sections to state
When you refresh or navigate to a new page and back, your collapsed sections will be as you set them.
2020-02-25 10:56:23 -05:00
..
index.js Commit code with double quotes instead of single quotes 2020-02-24 21:06:23 -05:00
mutations.js Save collapsed sections to state 2020-02-25 10:56:23 -05:00
postwoman.js Commit code with double quotes instead of single quotes 2020-02-24 21:06:23 -05:00
README.md 👽 Vue-ify Postwoman with Nuxt.js! 2019-08-24 04:09:22 +01:00
state.js Save collapsed sections to state 2020-02-25 10:56:23 -05:00

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.