Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
/frameworkPublic archive

Commit 8621c86

Browse files
committed
docs: fix typo in custom router example
closes #7600
1 parent f0a2d62 commit 8621c86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/content/2.guide/2.directory-structure

‎docs/content/2.guide/2.directory-structure/1.pages.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ export default <RouterOptions> {
354354
routes: (_routes) => [
355355
{
356356
name:'home',
357-
route:'/',
357+
path:'/',
358358
component: () =>import('~/pages/home.vue')
359359
}
360360
],

0 commit comments

Comments
 (0)