Fix Bug learning path not visible
This commit is contained in:
parent
5af1041a12
commit
8eafb48bf6
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue