Skip to content
Snippets Groups Projects
Commit 6830c42d authored by permcu's avatar permcu
Browse files

Start and end the list with the loading animation

parent a3060231
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@
</div>
</template>
<template #default="{ items }">
<coursebook-loader />
<coursebook-day
v-for="{ date, docs, idx, lastIdx } in groupDocsByDay(items)"
v-intersect="{
......@@ -74,6 +75,7 @@
@init="transition"
ref="days"
/>
<coursebook-loader />
<date-select-footer
:value="$route.hash.substring(1)"
......@@ -83,7 +85,7 @@
/>
</template>
<template #loading>
<CoursebookLoader />
<coursebook-loader
</template>
<template #no-data>
......
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