chore: typo in test component file

This commit is contained in:
Guillaume Chau
2023-06-08 16:03:02 +02:00
parent 4dcfa20401
commit bfca616ad3
2 changed files with 2 additions and 2 deletions
@@ -27,8 +27,8 @@ export const router = createRouter({
component: () => import('./components/LazyQuery.vue'),
},
{
path: '/lazy-query-immediatly',
component: () => import('./components/LazyQueryImmediatly.vue'),
path: '/lazy-query-immediately',
component: () => import('./components/LazyQueryImmediately.vue'),
},
{
path: '/partial-error',