feat: thema's worden gerefetched van de api als de taal veranderd

This commit is contained in:
Joyelle Ndagijimana 2025-03-20 11:59:42 +01:00
parent 0d1ed55001
commit 9547c76e80
4 changed files with 42 additions and 23 deletions

View file

@ -22,9 +22,9 @@
contain
class="title-image"
></v-img>
<span class="title">{{ t(title) }}</span>
<span class="title">{{ title }}</span>
</v-card-title>
<v-card-text class="description flex-grow-1">{{ t(description) }}</v-card-text>
<v-card-text class="description flex-grow-1">{{ description }}</v-card-text>
<v-card-actions>
<v-btn :to="`theme/${path}`" variant="text">
{{ t("read-more") }}