Remove About page

This commit is contained in:
Peter Stuifzand 2018-08-26 19:02:21 +02:00
parent 2eb499c9dc
commit 2b9d086948
2 changed files with 0 additions and 13 deletions

View File

@ -22,14 +22,6 @@ export default new Router({
path: '/callback',
name: 'callback',
component: Home
},
{
path: '/about',
name: 'about',
// 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(/* webpackChunkName: "about" */ './views/About.vue')
}
]
})

View File

@ -1,5 +0,0 @@
<template>
<div class="about">
<h1>This is an about page</h1>
</div>
</template>