Autoformat code
This commit is contained in:
parent
181efbc382
commit
59f5a5c454
|
|
@ -3,7 +3,6 @@ import PerformanceCriteriaRow from "@/components/competences/PerformanceCriteria
|
|||
import ItProgress from "@/components/ui/ItProgress.vue";
|
||||
import { useCompetenceStore } from "@/stores/competence";
|
||||
import type { CompetencePage } from "@/types";
|
||||
import { PerformanceCriteria } from "@/types";
|
||||
import { ref } from "vue";
|
||||
|
||||
const competenceStore = useCompetenceStore();
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ function setActiveClasses(isActive: boolean) {
|
|||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<div class="bg-white w-full mb-8" v-if="learningPath">
|
||||
<div v-if="learningPath" class="bg-white w-full mb-8">
|
||||
<LearningPathDiagram
|
||||
class="mx-auto max-w-[1920px] max-h-[90px] lg:max-h-[380px] w-full px-4"
|
||||
diagram-type="horizontal"
|
||||
|
|
|
|||
Loading…
Reference in New Issue