mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
build entry
This commit is contained in:
parent
c5d8ed2600
commit
af839946ed
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user