Your password input must have ref="password" - that's how vee-validate finds the target: <input v-validate="'required'" ... ref="password"> ... ... <看更多>
Search
Search
Your password input must have ref="password" - that's how vee-validate finds the target: <input v-validate="'required'" ... ref="password"> ... ... <看更多>
Versions vee-validate: 3.3.9 vue: 2.6.11 Describe the bug When using the confirmed:confirmation rule for password confirmation, ... ... <看更多>
Today we'll create a login/signup form which uses the latest version of vee-validate to validate an email ... ... <看更多>
Validation is working well except "one_of" rule. I use it to check passwords are same before sign up. It looks that "one_of" rule doesn't get password ... ... <看更多>
Vue.js에서 Form validator를 찾던 중 VeeValidate를 알게 되었습니다. ... 패스워드 확인: required|confirmed:password; 홈페이지: url ... ... <看更多>