const global = { methods: { getPath(subPath) { return 'http://127.0.0.1:8000/' + subPath; } } }; export {global}