remove `Validator`

This commit is contained in:
Elisha Hollander 2021-10-18 23:20:49 +03:00 committed by GitHub
parent 844b680908
commit dae49d13cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import $ from 'jquery';
import Vue from 'vue';
import VeeValidate, { Validator } from 'vee-validate';
import VeeValidate from 'vee-validate';
import de from 'vee-validate/dist/locale/de';
import ar from 'vee-validate/dist/locale/ar';
import fa from 'vee-validate/dist/locale/fa';
@ -141,4 +141,4 @@ $(document).ready(function () {
});
window.app = app;
});
});