Skip to content

Commit

Permalink
docs: fix header for parent
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jun 5, 2020
1 parent 754a5eb commit 671db80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const routes: Array<RouteConfig> = [
},
{
path: '/parent',
component: { template: '<router-view/>' },
component: { template: '<h2>Parent</h2>' },
meta: {
breadcrumb: {
label: 'Parent to settings',
Expand Down

0 comments on commit 671db80

Please sign in to comment.