瀑布流加载功能实现 && 文档补全

This commit is contained in:
pangxie1991
2017-02-26 17:22:53 +08:00
parent 846f555861
commit 787ff255b8
8 changed files with 271 additions and 22 deletions

View File

@@ -53,7 +53,8 @@ ComponentNames.forEach(name => {
// services
'Dialog',
'Toast',
'Indicator'
'Indicator',
'Waterfall'
].indexOf(componentName) === -1) {
installTemplate.push(render(ISNTALL_COMPONENT_TEMPLATE, {
name: componentName,