I try to create a fiddle with vee-validate 3.0 using ValidationObserver, but I encounetred a problem, that trying to add lines :
import {ValidationObserver, ValidationProvider, extend} from 'vee-validate'
import {required, email, url} from 'vee-validate/dist/rules'
I got error in console :
Uncaught SyntaxError: Cannot use import statement outside a module
This saved with error: https://jsfiddle.net/a6dL7yfc/2/
How can it done corectly ?