const global = { methods: { $_getPath(subPath) { return '/' + subPath; } } }; export {global}