mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00: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