Merge pull request #5251 from donno2048/patch-4

Remove `Validator`
This commit is contained in:
Devansh 2021-10-19 12:14:48 +05:30 committed by GitHub
commit a319e06897
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;
});
});