fix vue-plugin for eslint -> it doesn't like the html plugin, fix eslint errors

This commit is contained in:
2017-08-30 13:35:24 +02:00
parent 311e911523
commit 6cd58726c5
9 changed files with 237 additions and 242 deletions

View File

@@ -70,9 +70,9 @@ export default {
},
buttonClick(type) {
switch(type) {
case 'submit':
this.submit();
break;
case 'submit':
this.submit();
break;
}
},
submit() {