chore: typo in test component file
This commit is contained in:
@@ -27,8 +27,8 @@ export const router = createRouter({
|
|||||||
component: () => import('./components/LazyQuery.vue'),
|
component: () => import('./components/LazyQuery.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/lazy-query-immediatly',
|
path: '/lazy-query-immediately',
|
||||||
component: () => import('./components/LazyQueryImmediatly.vue'),
|
component: () => import('./components/LazyQueryImmediately.vue'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/partial-error',
|
path: '/partial-error',
|
||||||
|
|||||||
Reference in New Issue
Block a user