I'm having an issue with login form validation using VeeValidate & Vuetify and don't have idea what's wrong. I have also Vuex set up and working if it matters. I tried to use many VeeValidate & Vuetify example forms but always ended with this error:
[Vue warn]: Error in render: "TypeError: compute is not a function"
found in
---> <ValidationProvider>
My code: https://pastebin.com/EC5cVriq
I removed line
and passed interaction mode as a prop to ValidationObserver like this
and it's working now.