Fixing typos and name changes after linting
This commit is contained in:
@@ -16,7 +16,7 @@ const routes = [
|
||||
// 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/AbouView.vue"),
|
||||
import(/* webpackChunkName: "about" */ "../views/AboutView.vue"),
|
||||
},
|
||||
{
|
||||
path: "/referenceId",
|
||||
|
||||
Reference in New Issue
Block a user