lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.63k stars 745 forks source link

Fix the max height of vsCollapse on update #996

Open AldeonMoriak opened 3 years ago

AldeonMoriak commented 3 years ago

If vsCollapse content changes, the max height of it remains the same.

AldeonMoriak commented 3 years ago

I encountered this problem and had a work around for it by triggering resize event. But I thought maybe others encounter it so I made a pull request.

Brugarolas commented 1 year ago

Thanks! I have fixed it in my fork. Please, check this: https://github.com/lusaxweb/vuesax/issues/1024