fixed recorders (validate migration)
This commit is contained in:
@@ -19,6 +19,7 @@ import VueMoment from 'vue-moment';
|
||||
// following is to avoid missing type definitions
|
||||
// const FlagIcon = require('vue-flag-icon');
|
||||
|
||||
|
||||
import {library} from '@fortawesome/fontawesome-svg-core';
|
||||
import {
|
||||
faCoffee,
|
||||
@@ -106,6 +107,7 @@ import en from 'vee-validate/dist/locale/en.json';
|
||||
import de from 'vee-validate/dist/locale/de.json';
|
||||
import es from 'vee-validate/dist/locale/es.json';
|
||||
import * as rules from 'vee-validate/dist/rules';
|
||||
import '@/validation.js';
|
||||
|
||||
// install rules and localization
|
||||
Object.keys(rules).forEach((rule) => {
|
||||
|
||||
Reference in New Issue
Block a user