console error fixed

This commit is contained in:
Burak Civan
2022-12-12 15:25:15 +03:00
parent e873248136
commit 8c953c311a
3 changed files with 0 additions and 8 deletions

View File

@ -118,11 +118,5 @@ const app = new Vue({
}
}
},
onType(event) {
return;
this.form.type = type;
}
}
});