mirror of
https://github.com/youzan/vant.git
synced 2026-01-27 02:00:43 +08:00
chore(cli): remove decamelize pkg for compatiblity issues
This commit is contained in:
@@ -42,7 +42,7 @@ function getSetName(demos: DemoItem[]) {
|
||||
|
||||
function genConfig(demos: DemoItem[]) {
|
||||
const vantConfig = getVantConfig();
|
||||
const demoNames = demos.map(item => decamelize(item.name, '-'));
|
||||
const demoNames = demos.map(item => decamelize(item.name));
|
||||
|
||||
function demoFilter(nav: any[]) {
|
||||
return nav.filter(group => {
|
||||
|
||||
Reference in New Issue
Block a user