Removed extra comments
This commit is contained in:
parent
adbb7cadca
commit
65a32c4de8
1 changed files with 0 additions and 3 deletions
|
|
@ -12,9 +12,6 @@ const router = createRouter({
|
|||
{
|
||||
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("../views/AboutView.vue"),
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue