Versions
Describe the bug
conflict with global computed var fields.
To Reproduce
Steps to reproduce the behavior:
Additional context
all of discussion in https://github.com/formly-js/vue-formly/issues/34#issuecomment-386906710
You can change the computed errors and fields properties names using the config:
import Vue from 'vue';
import VeeValidate from 'vee-validate';
const config = {
errorBagName: 'errors'
fieldsBagName: 'fields'
};
Vue.use(VeeValidate, config);
Refer to the config reference
very thank you
Most helpful comment
You can change the computed
errorsandfieldsproperties names using the config:Refer to the config reference