Q:

vuelidate array of items

validations() {
    return {
        systems: {
            circuit: {
                $each: {
                    name: {
                        required
                    },
                    fluid: {
                        value: {
                            required
                        },
                        unit: {
                            required
                        }
                    },
				}
			}
		}
	}
}
0

New to Communities?

Join the community