Execute on page load
Opened this issue · 1 comments
Deleted user commented
I'd like the method to immediately execute once the component is loaded, is there any way to do this?
mokkabonna commented
Just call this.yourMethod.execute() in the created or mounted hook. https://vuejs.org/v2/guide/instance.html#Instance-Lifecycle-Hooks