Skip to content

Commit bfca616

Browse files
committed
chore: typo in test component file
1 parent 4dcfa20 commit bfca616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/test-e2e-composable-vue3/src/router.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export const router = createRouter({
2727
component: () => import('./components/LazyQuery.vue'),
2828
},
2929
{
30-
path: '/lazy-query-immediatly',
31-
component: () => import('./components/LazyQueryImmediatly.vue'),
30+
path: '/lazy-query-immediately',
31+
component: () => import('./components/LazyQueryImmediately.vue'),
3232
},
3333
{
3434
path: '/partial-error',

0 commit comments

Comments
 (0)