mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 03:16:35 +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}`,
|
path: `/${lang}/${component}`,
|
||||||
component: demos[name],
|
component: demos[name],
|
||||||
meta: {
|
meta: {
|
||||||
name
|
name,
|
||||||
|
lang
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user