mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-31 21:51:10 -04:00
build version 400
This commit is contained in:
11
resources/assets/js/store/modules/search/mutations.js
Normal file
11
resources/assets/js/store/modules/search/mutations.js
Normal file
@ -0,0 +1,11 @@
|
||||
import * as types from './mutation-types'
|
||||
|
||||
export default {
|
||||
[types.SET_CUSTOMER_LISTS](state, customerList) {
|
||||
state.customerList = customerList
|
||||
},
|
||||
|
||||
[types.SET_USER_LISTS](state, userList) {
|
||||
state.userList = userList
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user