There was an error while loading. Please reload this page.
1 parent f0a2d62 commit 8621c86Copy full SHA for 8621c86
1 file changed
docs/content/2.guide/2.directory-structure/1.pages.md
@@ -354,7 +354,7 @@ export default <RouterOptions> {
354
routes: (_routes) => [
355
{
356
name: 'home',
357
- route: '/',
+ path: '/',
358
component: () => import('~/pages/home.vue')
359
}
360
],
0 commit comments