[Vuejs]-Inline event handler in Vue.Js with dots in the name

0👍

Turns out I did not do enough Googling around and the same question was already answered for Vue.js 2 here. I have self-flagged the post as duplicate just in case.

I can confirm that this works in Vue.js 3

v-on="{'show.bs.offcanvas': eventHandlerFunction }"

Leave a comment