Is it possible to call a method from outside the component to make the component reuseable?
Right now I add my button to open the modal in a template slot:
<
I simply add v-on="$listeners" to the component in the children (modal.vue):
v-on="$listeners"
// modal.vue ...