mirror of
https://github.com/crater-invoice/crater.git
synced 2025-11-01 14:11:09 -04:00
8 lines
149 B
JavaScript
8 lines
149 B
JavaScript
import * as types from './mutation-types'
|
|
|
|
export default {
|
|
[types.SET_MOMENT_DATE_FORMAT] (state, data) {
|
|
state.momentDateFormat = data
|
|
}
|
|
}
|