0👍
My guess is that you are calling signIn() method before the app is created. And thats the reason of the warning.
Try calling the method inside created(), I think the warining will disapear.
- [Vuejs]-Vuelidate doesn't show the message on conditional statement
- [Vuejs]-How to display object with the selected value in dropdown
Source:stackexchange.com