mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
feat(cli): auto install all components
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import decamelize from 'decamelize';
|
||||
import DemoHome from './components/DemoHome';
|
||||
import { demos } from '../../dist/mobile-config';
|
||||
import { demos } from 'mobile-entry';
|
||||
|
||||
const routes = [];
|
||||
const names = Object.keys(demos);
|
||||
|
Reference in New Issue
Block a user