feat: import validators from the new library

This commit is contained in:
Shivam Mishra
2024-07-24 17:04:42 +05:30
parent 1f241e4546
commit cf063e14d4
51 changed files with 51 additions and 56 deletions
@@ -77,7 +77,7 @@
<script>
import { useVuelidate } from '@vuelidate/core';
import { required, minLength, email } from 'vuelidate/lib/validators';
import { required, minLength, email } from '@vuelidate/validators';
import { useAlert } from 'dashboard/composables';
export default {
props: {