Javascript – Uncaught TypeError: this.submitData is not a function
I have defined a async function in methods and when trying to call the same function in mounted.. it is giving the error - Uncaught TypeError: this.submitData is not a function. Please help me out how to call async function…