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
@@ -24,7 +24,7 @@
<script>
import { useVuelidate } from '@vuelidate/core';
import { required } from 'vuelidate/lib/validators';
import { required } from '@vuelidate/validators';
import Modal from '../../Modal.vue';
export default {
components: {