Merge branch 'dorian'

master
dohodin 2 years ago
commit c3d09212b9

1
.gitignore vendored

@ -0,0 +1 @@
/node_modules/

@ -43,6 +43,8 @@ export default {
const team = { id: this.id, name: this.name, description: this.description };
if (this.teamAEdit != null) {
this.$emit('teamModifie', team);
} else {
@ -63,7 +65,7 @@ export default {
}
return null;
}
},
}
},
template: `<section>
<form @submit.prevent>

Loading…
Cancel
Save