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

Onclick component multi event emission support

jonasjabari opened this issue · comments

I want to be able to emit multiple events when using the onclick component like:

onclick emit: "foo, bar, baz" do
  plain "emit more events"
end