feat: add navigation buttons to bottom home screen
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
<template>
|
||||
<Screen>
|
||||
<HomeBottomScreenBackground />
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
import Buttons from "./Buttons/Buttons.vue";
|
||||
|
||||
<slot />
|
||||
</Screen>
|
||||
const selectedButton: "game" | "pictochat" | "downloadPlay" = "game";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Background />
|
||||
|
||||
<Buttons />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user