suggestion form development
Build / Build-image (push) Successful in 1m8s

This commit is contained in:
2026-08-21 09:22:41 +02:00
parent fb5f59027e
commit 853498e9ac
7 changed files with 91 additions and 51 deletions
+1 -2
View File
@@ -2,7 +2,7 @@
import axios from 'axios';
import GuessWord from '../components/GuessWord.vue';
import Modal from '../components/Modal.vue';
import Review from '../components/Review.vue';
import Review from '../components/Review.vue';
</script>
<script lang="ts">
@@ -38,7 +38,6 @@ import Review from '../components/Review.vue';
onSubmit() {
if (this.words.length == 3 && this.guesses.length < this.maxGuesses) {
console.log(this.words)
axios
.post("/api/check_tla/en", {
guess: this.words,