Skip to content
Snippets Groups Projects
Verified Commit 121381fa authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed Typo

parent 70c1e7e8
No related branches found
No related tags found
No related merge requests found
......@@ -13,14 +13,14 @@ export default new Router({
name: "home",
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")
}
// {
// 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")
// }
]
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment