Created
July 11, 2018 11:46
-
-
Save rajatk16/a49c0af3caebb012a6ba164d93fd32db to your computer and use it in GitHub Desktop.
This file contains 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
const store = new Vuex.Store({ | |
actions, | |
mutations, | |
state: { | |
activeType: 'posts', | |
posts: [], | |
logging_in: false, | |
userObj: {}, | |
loadingPosts: false | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment