How to call a method from a callback defined in data() in Vue 2.7?
I use a 3rd party component called HelloWorld. The component accepts a prop called closeCallbacks. It is an array of callbacks that are called when the HelloWorld component is closed. I can not change the way the 3rd party component works. I implement the template of my component to use HelloWorld component and pass closeCallbacks… Read More How to call a method from a callback defined in data() in Vue 2.7?