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'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.