b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

fix(virtual-scroll): 修复 VirtualScroll 打包后样式丢失 #45

Closed b2nil closed 3 years ago

b2nil commented 3 years ago

本 PR 旨在修复 #44。

rollup 打包时没有对组件所在文件夹内的样式文件进行处理,导致打包后的 AtVirtualScroll 组件缺少样式,从而造成组件滚动时无法准确定位,进而发生抖动现象。