This commit is contained in:
@@ -25,7 +25,13 @@
|
||||
|
||||
methods: {
|
||||
onSubmit() {
|
||||
console.log('adsf')
|
||||
axios
|
||||
.post("/api/check_tla/en", {
|
||||
guess: this.guess,
|
||||
})
|
||||
.then((response) => {
|
||||
console.log(response.data);
|
||||
})
|
||||
},
|
||||
onkeyup() {
|
||||
this.words = this.guess.split(" ");
|
||||
|
||||
Reference in New Issue
Block a user