+ PersonTable.vue component

+ 3 keywords are required + custom error message
+ composer updates
This commit is contained in:
Arno Kaimbacher 2019-07-23 12:58:09 +02:00
parent 77b59fc33b
commit 9c210a0d96
9 changed files with 44 additions and 22 deletions

View file

@ -54,7 +54,7 @@ function initialState() {
// checkedSubmitters: [],
persons: [],
contributors: [],
contributors: []
// submitters: []
};
}
@ -75,7 +75,7 @@ const dataset = new Vue({
this.title_main.language = val;
this.abstract_main.language = val;
}
},
},
methods: {
reset() {
Object.assign(this.$data, initialState());