Fix Bug learning path not visible

This commit is contained in:
Lorenz Padberg 2022-08-23 14:51:34 +02:00
parent 5af1041a12
commit 8eafb48bf6
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ onMounted(async () => {
<LearningPathViewVertical <LearningPathViewVertical
:show="learningPathStore.page === 'OVERVIEW'" :show="learningPathStore.page === 'OVERVIEW'"
@closemodal="learningPathStore.page = 'INDEX'" @closemodal="learningPathStore.page = 'INDEX'"
v-bind:learning-path-slug="this.learningPathSlug" v-bind:learning-path-slug="props.learningPathSlug"
/> />
</Teleport> </Teleport>