[M] Move projects to others
This commit is contained in:
@@ -18,9 +18,6 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
path: '/about',
|
path: '/about',
|
||||||
name: 'About',
|
name: 'About',
|
||||||
meta: {title: '关于', nav: true},
|
meta: {title: '关于', nav: true},
|
||||||
// route level code-splitting
|
|
||||||
// this generates a separate chunk (about.[hash].js) for this route
|
|
||||||
// which is lazy-loaded when the route is visited.
|
|
||||||
component: () => import('../views/About.vue')
|
component: () => import('../views/About.vue')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -54,6 +51,12 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
meta: {title: '朋友们', navBookmark: 'Others'},
|
meta: {title: '朋友们', navBookmark: 'Others'},
|
||||||
component: () => import('../views/others/Friends.vue')
|
component: () => import('../views/others/Friends.vue')
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/projects',
|
||||||
|
name: 'Projects',
|
||||||
|
meta: {title: '我做的', navBookmark: 'Others'},
|
||||||
|
component: () => import('../views/others/Projects.vue')
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/color',
|
path: '/color',
|
||||||
name: 'ColorPicker',
|
name: 'ColorPicker',
|
||||||
|
|||||||
Reference in New Issue
Block a user