master
dohodin 2 years ago
parent 9c08f8702a
commit d5bce89725

@ -1,8 +1,8 @@
export default {
props: {
teamAEdit: {
type: String,
require: true
require: true,
default: ""
},
},
data: function() {
@ -44,6 +44,7 @@ export default {
const team = { id: this.id, name: this.name, description: this.description };
if (this.teamAEdit != null) {
this.$emit('teamModifie', team);
} else {
@ -64,7 +65,7 @@ export default {
}
return null;
}
},
}
},
template: `<section>
<form @submit.prevent>

Loading…
Cancel
Save