Last active
          March 9, 2018 00:10 
        
      - 
      
 - 
        
Save duwaljyoti/d1395b36d65a17cb5aa1441e0a5c3bb3 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 state from './state'; // note's state | |
| import actions from './actions'; //note's action | |
| import mutations from './mutations'; // note's mutation | |
| const store = new Vuex.Store({ | |
| state, | |
| actions, | |
| mutations, | |
| }); | |
| export default store; | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment