fix(frontend): Typeringsproblemen opgelost.
This commit is contained in:
parent
4d98be78c1
commit
ed8b5c919d
9 changed files with 30 additions and 22 deletions
|
@ -15,7 +15,7 @@ const props = defineProps<{learningPaths: LearningPath[]}>();
|
|||
class="learning-path-card"
|
||||
link
|
||||
:to="`/learningPath/${learningPath.hruid}/${learningPath.language}/${learningPath.startNode.learningobjectHruid}`"
|
||||
:key="[learningPath.hruid, learningPath.language]"
|
||||
:key="`${learningPath.hruid}/${learningPath.language}`"
|
||||
v-for="learningPath in props.learningPaths"
|
||||
>
|
||||
<v-img
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue