fix(cli): nav route matching
This commit is contained in:
@@ -46,7 +46,7 @@ function getRoutes() {
|
||||
});
|
||||
|
||||
routes.push({
|
||||
path: '',
|
||||
path: '/',
|
||||
component: DemoHome
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user