我的档案

This commit is contained in:
2020-09-25 16:26:33 +08:00
parent f7dd399ec1
commit 9ee0987df6
5 changed files with 14131 additions and 6 deletions

View File

@@ -14,7 +14,12 @@ const routes: Array<RouteRecordRaw> = [
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import(/* webpackChunkName: "about" */ '../views/About.vue')
}
},
{
path: '/archives',
name: 'Archives',
component: () => import('../views/mine/Archives.vue')
},
]
const router = createRouter({