feat: add navigation buttons to bottom home screen
This commit is contained in:
@@ -21,9 +21,10 @@ const showStats = ref(false);
|
||||
</HomeTopScreen>
|
||||
</div>
|
||||
<div>
|
||||
<HomeBottomScreen>
|
||||
<Screen>
|
||||
<HomeBottomScreen />
|
||||
<Stats v-if="showStats" />
|
||||
</HomeBottomScreen>
|
||||
</Screen>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user