Add budget module to store
This commit is contained in:
parent
e26bb257cc
commit
27298a9860
@ -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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user