mokkabonna/vue-async-methods

Execute on page load

Opened this issue · 1 comments

I'd like the method to immediately execute once the component is loaded, is there any way to do this?

Just call this.yourMethod.execute() in the created or mounted hook. https://vuejs.org/v2/guide/instance.html#Instance-Lifecycle-Hooks