Skip to content

Commit

Permalink
fix(admin): menu index of component-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Aysnine committed Jan 14, 2020
1 parent b5716e7 commit 51641c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/admin/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const createMenu = () => [
},
{
label: 'Components',
index: `${pathPrefix}/components`,
index: `${pathPrefix}/component-demo`,
children: [
{
label: 'Page Container',
Expand Down

0 comments on commit 51641c8

Please sign in to comment.