add bottom navigation bar
This commit is contained in:
parent
0e54335e9d
commit
4051138da8
11 changed files with 136 additions and 24 deletions
|
@ -3,6 +3,7 @@ import {createRouter, createWebHistory} from 'vue-router'
|
|||
const routes = [
|
||||
{path: '', name: 'home', component: () => import('@/views/Home.vue')},
|
||||
{path: '/about', name: 'about', component: () => import('@/views/About.vue')},
|
||||
{path: '/favorite', name: 'favorite', component: () => import('@/views/Favorite.vue')},
|
||||
{path: '/setting', name: 'setting', component: () => import('@/views/Setting.vue')},
|
||||
]
|
||||
const router = createRouter({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue