[Vuejs]-VueJS 1.0 : how to use a method of a component itself in an attribute?

0👍

I imagine that in your my_button component, you have a button. There, do something like:

<button onClick="click_button">{{caption}}</button>

Leave a comment