update
This commit is contained in:
parent
90cd5ec582
commit
e987cf6c69
15 changed files with 365 additions and 179 deletions
|
|
@ -31,7 +31,8 @@ export default new Vuex.Store({
|
|||
address: '',
|
||||
person: '',
|
||||
email: '',
|
||||
phone: ''
|
||||
phone: '',
|
||||
peoples: []
|
||||
}
|
||||
},
|
||||
delegate: {
|
||||
|
|
@ -42,7 +43,7 @@ export default new Vuex.Store({
|
|||
},
|
||||
debug: false,
|
||||
validateMain: false,
|
||||
validateMainCallback: (d: boolean) => false
|
||||
validateMainCallback: (d = false) => d
|
||||
},
|
||||
mutations: {
|
||||
SET_DEBUG (state, payload) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue