Skip to content

How i replace this.$validater.validateAll() which we using in v3 into v4 heres code in description pls asap #4458

Closed Answered by vrutik26
vrutik26 asked this question in Q&A
Discussion options

You must be logged in to vote

use with ref

` const formIsValid = await this.$refs.inviteForm.validate(); if (formIsValid.valid == true) {`

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vrutik26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant