remove console

question-5
Bastien JACQUELIN 2 years ago
parent a4218a0112
commit e1da4e74cb

@ -11,7 +11,6 @@ export default{
}, },
methods: { methods: {
myfun: function() { myfun: function() {
console.log("gngn");
this.clicked=!this.clicked; this.clicked=!this.clicked;
}, },
addTeam: function() { addTeam: function() {
@ -40,7 +39,7 @@ export default{
<input type="text" v-model="name"/> <input type="text" v-model="name"/>
</div> </div>
<input type="submit" value="Submit" @click="addTeam"/> <input type="submit" value="Submit" v-on:click="addTeam"/>
</form> </form>
` `
} }
Loading…
Cancel
Save