feat: import validators from the new library
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user