diff --git a/src/api-client.js b/src/api-client.js new file mode 100644 index 0000000..11e1a6a --- /dev/null +++ b/src/api-client.js @@ -0,0 +1,9 @@ +const data = require('@/data').default + +export default { + methods: { + getApplications () { + return data.applications + } + } +}