yansern / vue-multipane

Resizable split panes for Vue.js.
https://yansern.github.io/vue-multipane/
Other
588 stars 125 forks source link

Fix issue with event names #1

Open vibou opened 6 years ago

vibou commented 6 years ago

Event names in camel case is not conform since HTML is case insensitive. Kebab case is prefered.

meh2481 commented 6 years ago

Note that the events are not able to be received due to this problem, rendering the event emission entirely no-op without this change.

juliorosseti commented 3 years ago

Any plans on merging?