This commit is contained in:
2020-09-25 16:28:36 +08:00
5 changed files with 14133 additions and 10 deletions

View File

@@ -24,7 +24,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({