mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
import * as types from './mutation-types'
|
|
|
|
export default {
|
|
[types.SET_INVOICE_TEMPLATES](state, templates) {
|
|
state.invoiceTemplates = templates
|
|
},
|
|
}
|