This commit is contained in:
Matthieu Bessat 2020-07-22 10:00:12 +02:00
parent 90cd5ec582
commit e987cf6c69
15 changed files with 365 additions and 179 deletions

View file

@ -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) {