matestack / matestack-ui-vuejs

Vue.js 3 based reactivity system for Rails. Boost your productivity & easily create reactive web UIs in pure Ruby. Easily extend with pure JavaScript if required. No Opal involved.

Home Page:https://www.matestack.io

Repository from Github https://github.commatestack/matestack-ui-vuejsRepository from Github https://github.commatestack/matestack-ui-vuejs

Toggle component multi event listening support

jonasjabari opened this issue · comments

I want to be able to listen to multiple events when using the toggle component like:

toggle show_on: "foo, bar, baz" do
  plain "hey!"
end

@jonasjabari This is already part of the toggle component's feature-set. However, I'm using this issue to track some refactoring opportunities that the internals might benefit from for code-clarity and better spec documentation.