UNPKG

vuex-asr

Version:

* Version: 0.7.52 * License M.I.T. * [Online Documentation](https://vuex-asr.github.io/vuex-asr/) * author: Joris Wenting * email: vuex.asr@gmail.com * [linkedIn](https://www.linkedin.com/in/joriswenting/). * [contribute](https://vuex-asr.github.io/vuex-a

23 lines (20 loc) 407 B
const ModulePhotos = { namespaced: true, state: { photos: [], message: "this is the message property in photos" }, mutations: { // addToPhotos(state, newValue) { // state.photos.push(newValue); // } }, actions: { // fetchPhotos({ commit, dispatch }) { // // // push simple examples photo urls to photos array // // } } }; export { ModulePhotos };