Skip to content

Commit

Permalink
feat: add lazyContainer comp and demo
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed Oct 25, 2020
1 parent a0c3197 commit fdeaa00
Show file tree
Hide file tree
Showing 9 changed files with 292 additions and 229 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- 表单新增 submitOnReset 控制是否在重置时重新发起请求
- 表格新增`sortFn`支持自定义排序
- 新增动画组件及示例
- 新增懒加载/延时加载组件及示例

### ✨ Refactor

Expand Down
2 changes: 1 addition & 1 deletion src/components/Container/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as ScrollContainer } from './src/ScrollContainer.vue';
export { default as CollapseContainer } from './src/collapse/CollapseContainer.vue';
export { default as LazyContainer } from './src/LazyContainer';
export { default as LazyContainer } from './src/LazyContainer.vue';

export * from './src/types.d';
27 changes: 0 additions & 27 deletions src/components/Container/src/LazyContainer.less

This file was deleted.

200 changes: 0 additions & 200 deletions src/components/Container/src/LazyContainer.tsx

This file was deleted.

Loading

0 comments on commit fdeaa00

Please sign in to comment.