vue-script2
vue-script2 copied to clipboard
error Expected 1 empty line after require statement not followed by another require import/newline-after-import
I'm trying to load vue-script2 with this command:
Vue.use(require('vue-script2'));
but I'm getting this error:
error Expected 1 empty line after require statement not followed by another require import/newline-after-import
How can I solve that?
Thank you.