mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
build entry
This commit is contained in:
@@ -44,15 +44,13 @@ ComponentNames.forEach(name => {
|
||||
}));
|
||||
|
||||
if ([
|
||||
// directives
|
||||
'InfiniteScroll',
|
||||
// directives
|
||||
'Lazyload',
|
||||
'Waterfall',
|
||||
|
||||
// services
|
||||
// services
|
||||
'Dialog',
|
||||
'Toast',
|
||||
'Indicator',
|
||||
'Waterfall'
|
||||
'Toast'
|
||||
].indexOf(componentName) === -1) {
|
||||
installTemplate.push(render(ISNTALL_COMPONENT_TEMPLATE, {
|
||||
name: componentName,
|
||||
|
Reference in New Issue
Block a user