Add history + more components

This commit is contained in:
2024-10-03 22:29:32 +02:00
parent 8f9c83dc2a
commit d7f0d2a7f2
18 changed files with 352 additions and 30 deletions
+2 -2
View File
@@ -82,12 +82,12 @@
</div>
</nav>
<div id="app" class="container">
<v-container class="container-xs">
<Loading @update_key="update_key" v-if="locked"></Loading>
<template v-if="!locked">
<router-view></router-view>
</template>
</div>
</v-container>
</div>
</v-app>