GambleMeow
GambleMeow
## Describe in the page which uses vue-virtual-scroll-list, a request , for getting list data, it's content-download spend too long. ## To Reproduce Steps to reproduce the behavior: 1. create...
你的是这样的 finishRefresh=(params)=>{ this._refreshc && this._refreshc.finishRefresh(params); this.lottieView.reset(); } 然而在运行这个函数的时候就执行this.lottieView.reset();的话 在动画显示上会不合理(因为数据获取往往都是很快的 也就是说this.lottieView.play()和this.lottieView.reset();的执行间隔 取决于你数据获取的间隔) 而且在header弹回顶部时是没动画的 这样的结果往往没有显示lottie 所以 以下的方式反而适合数据获取很快的情况 finishRefresh=()=>{ this._refreshc && this._refreshc.finishRefresh(()=>{ this.lottieView.reset(); }); }
用图的方式描述tiny-vue的核心:_initState、compile、数据响应
by the treeVisualization,users can view the ast directly。 just like this!!! 
…aph-blocks to code-block [issue](https://github.com/toeverything/blocksuite/issues/8150) effect as follow 
as follow 
 approaches as i know, 1. add a span with zero-width after v-text 2. preventDefault the dblclick event while double-clicking in the end of a paragraph block
 ### Description A block contains other block, is useful for user to organize their thoughts. Easy to access the structure of author's thoughts. This block is used by my...