docs: fix typo in custom router example

closes #7600
This commit is contained in:
Pooya Parsa 2022-09-16 20:36:19 +02:00
parent f0a2d622b2
commit 8621c86055

View File

@ -354,7 +354,7 @@ export default <RouterOptions> {
routes: (_routes) => [
{
name: 'home',
route: '/',
path: '/',
component: () => import('~/pages/home.vue')
}
],