How to fix "TypeError: plugin is undefined" error when using VeeValidate with Vue How to fix "TypeError: plugin is undefined" error when using VeeValidate with Vue vue.js vue.js

How to fix "TypeError: plugin is undefined" error when using VeeValidate with Vue


I figured this out. The default export for vee-validate seems to be null. It worked after I changed the import to:

import * as VeeValidate from 'vee-validate';