Skip to content

Commit 19e05c9

Browse files
committed
fix: modify default route
1 parent 7813c56 commit 19e05c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/component.route.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ const ThemeGuideComponent = null
66
export const routesConfig = [
77
{
88
path: '',
9-
component: GetStartedComponent,
10-
meta: { nodisplay: true },
9+
redirect: '/components/button'
1110
},
1211
{
1312
path: 'get-start',

0 commit comments

Comments
 (0)