riophae / vue-treeselect

A multi-select component with nested options support for Vue.js
https://vue-treeselect.js.org/
MIT License
2.91k stars 509 forks source link

feat✨: 增加虚拟滚动 #470

Open zkp442910864 opened 3 years ago

zkp442910864 commented 3 years ago

增加了简陋的虚拟滚动功能 通过 virtual 和 virtualRowHeight 属性开启虚拟滚动功能 希望大哥把功能集成进去,完善功能

codecov[bot] commented 3 years ago

Codecov Report

Attention: Patch coverage is 1.36054% with 145 lines in your changes missing coverage. Please review.

Project coverage is 85.70%. Comparing base (9ae16b6) to head (143ff8f).

Files with missing lines Patch % Lines
src/components/Option3.vue 0.68% 144 Missing :warning:
src/components/Menu.vue 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #470 +/- ## =========================================== - Coverage 97.68% 85.70% -11.99% =========================================== Files 27 28 +1 Lines 1037 1182 +145 Branches 104 137 +33 =========================================== Hits 1013 1013 - Misses 9 153 +144 - Partials 15 16 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.