fix(cli): missing lang info in router

This commit is contained in:
陈嘉涵 2019-12-09 15:07:24 +08:00
parent 7b922dbe2e
commit 5531eea674

View File

@ -50,7 +50,8 @@ function getRoutes() {
path: `/${lang}/${component}`,
component: demos[name],
meta: {
name
name,
lang
}
});
});