Skip to content
Snippets Groups Projects
Commit 87ab3b70 authored by Julian's avatar Julian
Browse files

Fix oversights

parent 6b078b3c
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
<template>
<v-list-item v-for="_ in 10">
<v-list-item-content>
<v-list-item-title>
<v-skeleton-loader type="heading" />
</v-list-item-title>
<v-list max-width="100%">
<v-list-item v-for="_ in 5">
<DocumentationLoader />
</v-list-item>
</v-list>
</v-list-item-content>
</v-list-item>
<div>
<v-list-item v-for="_ in 10">
<v-list-item-content>
<v-list-item-title>
<v-skeleton-loader type="heading" />
</v-list-item-title>
<v-list max-width="100%">
<v-list-item v-for="_ in 5">
<DocumentationLoader />
</v-list-item>
</v-list>
</v-list-item-content>
</v-list-item>
</div>
</template>
<script>
import DocumentationLoader from "./documentation/DocumentationLoader.vue";
......
......@@ -14,6 +14,7 @@
class="flex-grow-1"
ref="summary"
v-bind="$attrs"
:documentation="documentation"
:is-create="false"
:gql-patch-mutation="documentationsMutation"
@open="$emit('open')"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment