mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-09 04:12:40 -05:00
init crater
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import * as types from './mutation-types'
|
||||
|
||||
export default {
|
||||
[types.SET_INITIAL_DATA] (state, data) {
|
||||
state.currencies = data.currencies
|
||||
state.time_zones = data.time_zones
|
||||
state.languages = data.languages
|
||||
state.date_formats = data.date_formats
|
||||
},
|
||||
|
||||
[types.SET_ITEM_DISCOUNT] (state) {
|
||||
state.item_discount = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user