vue-validator Questions
7
I'm trying to replace my Vue 2 options API props object code with Vue 3 script setup syntax in TypeScript.
Existing:
type: {
type: String,
default: 'button',
validator: (prop) => ['button', '...
Machutte asked 2/1, 2022 at 22:44
3
Greeting,
i need to validate the password form
In addition to the field required
Must have at least one uppercase letter, lowercase letter at least, number at least one and at least one of the foll...
Gourley asked 12/4, 2020 at 19:6
2
Am using Vue Validate
i have the following in my vuevlidate
validations: {
user_form: {
email: {required,email, isUnique(value) {
// standalone validator ideally should not assume a field is ...
Earing asked 19/8, 2018 at 15:52
1
© 2022 - 2024 — McMap. All rights reserved.