mfuu / vue-virtual-drag-list

A virtual scrolling list component that can be sorted by dragging
https://mfuu.github.io/vue-virtual-drag-list/
MIT License
32 stars 11 forks source link

request to add headerStyle and footerStyle props #20

Closed m4m205 closed 7 months ago

m4m205 commented 1 year ago

Hello mfuu,

I need to pass a style to the header slot.

do you think it is possible to add two extra props (headerStyle and footerStyle)?

I will make a pull request to you regarding this.

please note that I am not familiar with "Vue render function".