Disable Vuelidate
package
This commit is contained in:
parent
6d88ecbfc3
commit
0945a4af58
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import VueFormulate from '@braid/vue-formulate';
|
|||
import WootSwitch from 'components/ui/Switch';
|
||||
import WootWizard from 'components/ui/Wizard';
|
||||
import { sync } from 'vuex-router-sync';
|
||||
import Vuelidate from 'vuelidate';
|
||||
// import Vuelidate from 'vuelidate';
|
||||
import VTooltip from 'v-tooltip';
|
||||
import WootUiKit from '../dashboard/components';
|
||||
import App from '../dashboard/App';
|
||||
|
@ -61,7 +61,7 @@ Vue.use(VueDOMPurifyHTML, domPurifyConfig);
|
|||
Vue.use(VueRouter);
|
||||
Vue.use(VueI18n);
|
||||
Vue.use(WootUiKit);
|
||||
Vue.use(Vuelidate);
|
||||
// Vue.use(Vuelidate);
|
||||
Vue.use(VueFormulate, {
|
||||
rules: {
|
||||
JSON: ({ value }) => isJSONValid(value),
|
||||
|
|
Loading…
Reference in a new issue