feat: quick bottom home screen setup

This commit is contained in:
2025-11-11 14:44:51 +01:00
parent eb7eb08428
commit 83b1c4c563
4 changed files with 29 additions and 0 deletions

View File

@@ -20,5 +20,10 @@ const showStats = ref(false);
<Stats v-if="showStats" />
</TopScreen>
</div>
<div>
<HomeBottomScreen>
<Stats v-if="showStats" />
</HomeBottomScreen>
</div>
</div>
</template>