顶部样式完成

This commit is contained in:
2020-09-25 15:46:03 +08:00
parent 5d96982822
commit 011fa5337c
3 changed files with 147 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ const routes: Array<RouteRecordRaw> = [
{
path: '/',
name: 'Home',
component: () => import(/* webpackChunkName: "about" */ '../components/Menu.vue')
component: () => import(/* webpackChunkName: "about" */ '../components/Nav.vue')
},
{
path: '/about',