update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user