mirror of
https://github.com/crater-invoice/crater.git
synced 2025-11-02 13:33:17 -05:00
init crater
This commit is contained in:
@ -0,0 +1,11 @@
|
||||
import * as types from './mutation-types'
|
||||
|
||||
export default {
|
||||
[types.SET_COMPANY] (state, data) {
|
||||
state.company = data.company
|
||||
},
|
||||
|
||||
[types.UPDATE_COMPANY] (state, data) {
|
||||
state.company = data
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user