Added footer and basic stats page.

This commit is contained in:
DebaucheryLibrarian
2020-08-15 19:04:33 +02:00
parent d7974f057f
commit b3435c97c3
14 changed files with 194 additions and 8 deletions

View File

@@ -307,6 +307,8 @@
class="pagination-top"
/>
</div>
<Footer />
</div>
</div>
</template>

View File

@@ -80,6 +80,8 @@
:items-per-page="limit"
class="pagination-top"
/>
<Footer />
</div>
</template>