Currently, I am utilizing vee-validate for validating a form that contains multiple inputs. Due to the number of inputs, I have split this form into 3 pages and incorporated <router-link/>
buttons for seamless navigation between them. I am curious if there is a method to integrate <router-link/>
with vee-validate in such a way that the inputs are validated every time a <router-link/>
is clicked to move to the next page of the form.