Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: fix typo in custom router example
Browse files Browse the repository at this point in the history
closes #7600
  • Loading branch information
pi0 committed Sep 16, 2022
1 parent f0a2d62 commit 8621c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.guide/2.directory-structure/1.pages.md
Expand Up @@ -354,7 +354,7 @@ export default <RouterOptions> {
routes: (_routes) => [
{
name: 'home',
route: '/',
path: '/',
component: () => import('~/pages/home.vue')
}
],
Expand Down

0 comments on commit 8621c86

Please sign in to comment.