fix: kompetenz navi order
This commit is contained in:
parent
9dc412502e
commit
9fcad7b499
|
|
@ -65,18 +65,6 @@ onMounted(async () => {
|
||||||
{{ $t("a.Kompetenznachweise") }}
|
{{ $t("a.Kompetenznachweise") }}
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
<li
|
|
||||||
class="border-t-2 border-t-transparent lg:ml-12"
|
|
||||||
:class="{ 'border-b-2 border-b-blue-900': routeInActionCompetences() }"
|
|
||||||
>
|
|
||||||
<router-link
|
|
||||||
:to="`/course/${courseSlug}/competence/competences`"
|
|
||||||
class="block py-3"
|
|
||||||
>
|
|
||||||
{{ $t("a.Handlungskompetenzen") }}
|
|
||||||
</router-link>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li
|
<li
|
||||||
class="border-t-2 border-t-transparent lg:ml-12"
|
class="border-t-2 border-t-transparent lg:ml-12"
|
||||||
:class="{
|
:class="{
|
||||||
|
|
@ -94,6 +82,17 @@ onMounted(async () => {
|
||||||
}}
|
}}
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
|
<li
|
||||||
|
class="border-t-2 border-t-transparent lg:ml-12"
|
||||||
|
:class="{ 'border-b-2 border-b-blue-900': routeInActionCompetences() }"
|
||||||
|
>
|
||||||
|
<router-link
|
||||||
|
:to="`/course/${courseSlug}/competence/competences`"
|
||||||
|
class="block py-3"
|
||||||
|
>
|
||||||
|
{{ $t("a.Handlungskompetenzen") }}
|
||||||
|
</router-link>
|
||||||
|
</li>
|
||||||
|
|
||||||
<!-- Add similar logic for other `li` items as you expand the list -->
|
<!-- Add similar logic for other `li` items as you expand the list -->
|
||||||
<li class="ml-6 inline-block lg:ml-12"></li>
|
<li class="ml-6 inline-block lg:ml-12"></li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue