From faf8674434a9d59008179b5767d484bba70b6b93 Mon Sep 17 00:00:00 2001 From: Rizkhal Lamaau Date: Mon, 8 Feb 2021 10:01:44 +0900 Subject: [PATCH] docs: add a comma (#758) --- docs/guide/migration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/migration/index.md b/docs/guide/migration/index.md index 89650181..95d43751 100644 --- a/docs/guide/migration/index.md +++ b/docs/guide/migration/index.md @@ -351,7 +351,7 @@ const routes = [ { path: '/dashboard', name: 'dashboard-parent', - component: DashboardParent + component: DashboardParent, children: [ { path: '', name: 'dashboard', component: DashboardDefault }, { path: 'settings', name: 'dashboard-settings', component: DashboardSettings }, -- 2.47.3