This commit is contained in:
@@ -12,4 +12,16 @@
|
||||
justify-content: center;
|
||||
background-color: grey;
|
||||
}
|
||||
.cw-cp {
|
||||
background-color: rgb(0, 122, 2);
|
||||
}
|
||||
.cw-ip {
|
||||
background-color: rgb(1, 185, 4);
|
||||
}
|
||||
.cf-cp {
|
||||
background-color: rgb(0, 9, 166);
|
||||
}
|
||||
.cf-ip {
|
||||
background-color: rgb(45, 54, 225);
|
||||
}
|
||||
</style>
|
||||
@@ -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