simple mock up for fav* need icon set to align

This commit is contained in:
SRP-mango 2023-07-29 06:47:47 +07:00
parent 8ad3ef95d8
commit f9c18c55cb
5 changed files with 88 additions and 18 deletions

View file

@ -1,11 +1,9 @@
<template>
<searchbar/>
<router-view/>
<bottomNavigation/>
</template>
<script setup>
import {RouterView} from 'vue-router';
import searchbar from '@/components/searchbar.vue';
import bottomNavigation from '@/components/BottomNavigation.vue';
</script>