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