style: fix linting issues met Prettier
This commit is contained in:
parent
3c20b52b27
commit
13c95c9021
1 changed files with 15 additions and 15 deletions
|
@ -45,21 +45,21 @@
|
||||||
v-slot="learningPaths: { data: LearningPath[] }"
|
v-slot="learningPaths: { data: LearningPath[] }"
|
||||||
>
|
>
|
||||||
<v-expansion-panel
|
<v-expansion-panel
|
||||||
v-for="learningPath in learningPaths.data"
|
v-for="learningPath in learningPaths.data"
|
||||||
:key="learningPath.hruid"
|
:key="learningPath.hruid"
|
||||||
:value="learningPath.hruid"
|
:value="learningPath.hruid"
|
||||||
>
|
>
|
||||||
<v-expansion-panel-title>
|
<v-expansion-panel-title>
|
||||||
{{ learningPath.title }}
|
{{ learningPath.title }}
|
||||||
</v-expansion-panel-title>
|
</v-expansion-panel-title>
|
||||||
<v-expansion-panel-text>
|
<v-expansion-panel-text>
|
||||||
<v-lazy>
|
<v-lazy>
|
||||||
<DiscussionSideBarElement
|
<DiscussionSideBarElement
|
||||||
:path="learningPath"
|
:path="learningPath"
|
||||||
:activeObjectId="props.learningObjectHruid"
|
:activeObjectId="props.learningObjectHruid"
|
||||||
/>
|
/>
|
||||||
</v-lazy>
|
</v-lazy>
|
||||||
</v-expansion-panel-text>
|
</v-expansion-panel-text>
|
||||||
</v-expansion-panel>
|
</v-expansion-panel>
|
||||||
</using-query-result>
|
</using-query-result>
|
||||||
</v-expansion-panels>
|
</v-expansion-panels>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue