Skip to content

Instantly share code, notes, and snippets.

@duwaljyoti
Created March 27, 2018 02:27
Show Gist options
  • Save duwaljyoti/820e42eceb47504aacf95831e5ab11da to your computer and use it in GitHub Desktop.
Save duwaljyoti/820e42eceb47504aacf95831e5ab11da to your computer and use it in GitHub Desktop.
export default {
['GET'](state, notes) {
state.notes = notes;
},
['GET_FAVOURITE'](state, notes) {
// mutation definition
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment