diff --git a/src/App.vue b/src/App.vue index 2052798..bb0bbaf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ export default { return { title: APP_TITLE, //Rk: note the 'eslint-disable no-undef' comment above version: APP_VERSION, - origin: APP_REPOSITORY, + repository: APP_REPOSITORY, license: APP_LICENSE } }