Skip to content

Commit

Permalink
fix: vee-validate vuetable-2 conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Aug 5, 2019
1 parent 44172f8 commit 44d3b70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ import YmapPlugin from 'vue-yandex-maps'
import VueClipboard from 'vue-clipboard2'
import VeeValidate from 'vee-validate'

Vue.use(VeeValidate)
// NOTE: workaround for VeeValidate + vuetable-2
Vue.use(VeeValidate, { fieldsBagName: 'formFields' })

Vue.use(VuesticPlugin)
Vue.use(YmapPlugin)
Vue.use(VueClipboard)
Expand Down

0 comments on commit 44d3b70

Please sign in to comment.