This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import _ from 'lodash' | |
import {reactive, ref} from '@vue/composition-api' | |
import Ajv from 'ajv' | |
const ajv = new Ajv({allErrors:true}) | |
/*** | |
* TODO: proper documentation including nested properties and arrays | |
* |