pull/1/head
Aurian JAULT 1 year ago
commit fe997a1b6d

@ -1,6 +1,7 @@
class Team{
constructor(id, name){
constructor(id, name, description){
this.id=id;
this.name=name;
this.description=description;
}
}

@ -7,6 +7,7 @@ export default{
Results: '',
id:'',
name:'',
description:'',
clicked: false
}
},
@ -32,7 +33,7 @@ export default{
<span>Results</span>
</div>
<form @submit.prevent v-if="clicked">
<br>
<div>
<label>id</label><br/>
<input type="number" v-model="id"/>

Loading…
Cancel
Save