We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcfa20 commit bfca616Copy full SHA for bfca616
packages/test-e2e-composable-vue3/src/components/LazyQueryImmediatly.vue renamed to packages/test-e2e-composable-vue3/src/components/LazyQueryImmediately.vue
packages/test-e2e-composable-vue3/src/router.ts
@@ -27,8 +27,8 @@ export const router = createRouter({
27
component: () => import('./components/LazyQuery.vue'),
28
},
29
{
30
- path: '/lazy-query-immediatly',
31
- component: () => import('./components/LazyQueryImmediatly.vue'),
+ path: '/lazy-query-immediately',
+ component: () => import('./components/LazyQueryImmediately.vue'),
32
33
34
path: '/partial-error',
0 commit comments