Skip to content

Instantly share code, notes, and snippets.

@fallenleavesguy
Created April 19, 2017 02:35
Show Gist options
  • Save fallenleavesguy/6a4914c25ab0a7c58dab797ab5050b08 to your computer and use it in GitHub Desktop.
Save fallenleavesguy/6a4914c25ab0a7c58dab797ab5050b08 to your computer and use it in GitHub Desktop.
vue-common-snippets
const state = {
}
const getters = {
}
const actions = {
}
const mutations = {
}
export default {
state,
getters,
actions,
mutations
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment