You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to add new 3.0.3 version to my nuxtjs project, I make steps form installation guide - https://logaretm.github.io/vee-validate/ but I got en error "Unexpected token export" I think that something wrong is in required rule, If I remove
import { required } from 'vee-validate/dist/rules';
extend('required', {
...required,
message: 'The {field} is required'
});
everything is ok, but validation of course did not work
The text was updated successfully, but these errors were encountered:
I try to add new 3.0.3 version to my nuxtjs project, I make steps form installation guide - https://logaretm.github.io/vee-validate/ but I got en error "Unexpected token export" I think that something wrong is in required rule, If I remove
everything is ok, but validation of course did not work
The text was updated successfully, but these errors were encountered: