Let\'s say that in a VueJS project, I have a HelloWorld.js file like this:
export default { addNumbers: function (a,b) { return a+b; } }