Skip to content

Instantly share code, notes, and snippets.

@weihungchin
Created October 19, 2021 08:38
Show Gist options
  • Save weihungchin/d34d370d032fa47249d1e59aa115e65f to your computer and use it in GitHub Desktop.
Save weihungchin/d34d370d032fa47249d1e59aa115e65f to your computer and use it in GitHub Desktop.
src/store/index.js
import { createStore } from 'vuex'
export default createStore({
state: {
},
mutations: {
},
actions: {
},
modules: {
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment