Add budget module to store
This commit is contained in:
		| @@ -1,5 +1,6 @@ | |||||||
| import { createStore } from 'vuex' | import { createStore } from 'vuex' | ||||||
| import dashboard from './dashboard/index.js' | import dashboard from './dashboard/index' | ||||||
|  | import budget from './budget/index' | ||||||
|  |  | ||||||
| const store = createStore({ | const store = createStore({ | ||||||
|     state () { |     state () { | ||||||
| @@ -27,7 +28,8 @@ const store = createStore({ | |||||||
|         } |         } | ||||||
|     }, |     }, | ||||||
|     modules: { |     modules: { | ||||||
|         dashboard |         dashboard, | ||||||
|  |         budget | ||||||
|     } |     } | ||||||
| }) | }) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user