transfer
This commit is contained in:
parent
4642d58a2c
commit
a8ae06b3a8
|
@ -6,7 +6,8 @@ const state = {
|
|||
allUsers: [],
|
||||
filter: '',
|
||||
usersLoading: false,
|
||||
allUsersLoading: false
|
||||
allUsersLoading: false,
|
||||
message: ''
|
||||
}
|
||||
|
||||
const mutations = {
|
||||
|
|
Loading…
Reference in New Issue