feat: quick bottom home screen setup
This commit is contained in:
@@ -20,5 +20,10 @@ const showStats = ref(false);
|
||||
<Stats v-if="showStats" />
|
||||
</TopScreen>
|
||||
</div>
|
||||
<div>
|
||||
<HomeBottomScreen>
|
||||
<Stats v-if="showStats" />
|
||||
</HomeBottomScreen>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user