mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(cli): missing lang info in router
This commit is contained in:
parent
7b922dbe2e
commit
5531eea674
@ -50,7 +50,8 @@ function getRoutes() {
|
||||
path: `/${lang}/${component}`,
|
||||
component: demos[name],
|
||||
meta: {
|
||||
name
|
||||
name,
|
||||
lang
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user