m-pull-to-refresh icon indicating copy to clipboard operation
m-pull-to-refresh copied to clipboard

有性能问题

Open Daley opened this issue 6 years ago • 0 comments

<PullToRefresh>
 <MyList />
</PullToRefresh>

我不知道在渲染children的时候为什么会包一层StaticRenderer 这样写会多触发运行一次MyList的 constuctor及render

将253,257行的renderChildren 替换为children,可行?

Daley avatar Apr 21 '18 04:04 Daley