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 ([
|
if ([
|
||||||
// directives
|
// directives
|
||||||
'InfiniteScroll',
|
|
||||||
'Lazyload',
|
'Lazyload',
|
||||||
|
'Waterfall',
|
||||||
|
|
||||||
// services
|
// services
|
||||||
'Dialog',
|
'Dialog',
|
||||||
'Toast',
|
'Toast'
|
||||||
'Indicator',
|
|
||||||
'Waterfall'
|
|
||||||
].indexOf(componentName) === -1) {
|
].indexOf(componentName) === -1) {
|
||||||
installTemplate.push(render(ISNTALL_COMPONENT_TEMPLATE, {
|
installTemplate.push(render(ISNTALL_COMPONENT_TEMPLATE, {
|
||||||
name: componentName,
|
name: componentName,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user