I have created a module sc.js like this one:
sc.js
Then I imported it into main.js in VUE.JS just like:
main.js
Now I would like to use it in my components:
but if I do it I got an undefined
undefined
How to fix it and be able to use my method? Thanks for any help!