This commit is contained in:
team3
2026-07-13 20:21:21 +02:00
parent 7d31467498
commit af0e3c0629
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import { render, lesestat } from '../markdown.js'
const props = defineProps({ daten: Object, topic: String })
const emit = defineEmits(['schliessen'])
const SCHWELLE = 10 // Anzeige; die Wahrheit entscheidet der Server (PRUEFUNG_SCHWELLE)
const SCHWELLE = 5 // Anzeige; die Wahrheit entscheidet der Server (PRUEFUNG_SCHWELLE)
const wurzel = ref(null)
const pos = ref(0)