fix vue-plugin for eslint -> it doesn't like the html plugin, fix eslint errors
This commit is contained in:
@@ -70,9 +70,9 @@ export default {
|
||||
},
|
||||
buttonClick(type) {
|
||||
switch(type) {
|
||||
case 'submit':
|
||||
this.submit();
|
||||
break;
|
||||
case 'submit':
|
||||
this.submit();
|
||||
break;
|
||||
}
|
||||
},
|
||||
submit() {
|
||||
|
||||
Reference in New Issue
Block a user