Created
June 18, 2020 10:50
-
-
Save pipethedev/cafb6744002ef986b83a812c2c0a2f58 to your computer and use it in GitHub Desktop.
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 Vue from 'vue' | |
| import Vuex from 'vuex' | |
| import auth from './auth' | |
| Vue.use(Vuex) | |
| export default new Vuex.Store({ | |
| state: { | |
| }, | |
| mutations: { | |
| }, | |
| actions: { | |
| }, | |
| modules: { | |
| auth | |
| } | |
| }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment