Created
October 19, 2021 08:38
-
-
Save weihungchin/d34d370d032fa47249d1e59aa115e65f to your computer and use it in GitHub Desktop.
src/store/index.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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