yuche / vue-strap

Bootstrap components built with Vue.js
http://yuche.github.io/vue-strap/
MIT License
4.71k stars 935 forks source link

Emit PanelClosed and PanelOpened events. #497

Closed Konafets closed 7 years ago

Konafets commented 7 years ago

It might be useful for other components to get the information that a panel has been opened or closed.

My usecase is to trigger an ajax call to a remote API when a panel get closed.

Konafets commented 7 years ago

Closing in favor of #498