Last bugfixes

This commit is contained in:
2026-05-01 20:41:07 +02:00
parent 188735e4aa
commit 94934027fa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ onMounted(async () => {
</script>
<template>
<label :for="props.belongsTo">{{contentData.content}}</label>
<label :for="props.belongsTo" v-html="contentData.content"></label>
</template>
<style scoped>