Hi
I am using NeDB in my project and also vuex. I am having issue to set initial data using promise since nedb returns value inside callback.
So how do we set initial state Data if we have a callback or either using a promise.
Use empty/stubbed initial state, and have a dedicated action/mutation for "got initial data". (See the shopping cart or chat example)
The Vue 2.0 examples don't seem to have a initialize data action anymore.
Most helpful comment
The Vue 2.0 examples don't seem to have a initialize data action anymore.