fix(cli): nav route matching

This commit is contained in:
陈嘉涵
2019-12-13 11:23:14 +08:00
parent 63963534d0
commit 9977056d50
4 changed files with 23 additions and 13 deletions

View File

@@ -46,7 +46,7 @@ function getRoutes() {
});
routes.push({
path: '',
path: '/',
component: DemoHome
});
}