Fixing typos and name changes after linting

This commit is contained in:
2023-06-27 15:34:07 -05:00
parent 794fb59842
commit 35364ee25e
3 changed files with 4 additions and 4 deletions

View File

@@ -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",