build entry

This commit is contained in:
cookfront 2017-02-27 18:16:51 +08:00
parent c5d8ed2600
commit af839946ed

View File

@ -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,