Browse Source

fix repository

master
pvincent 3 years ago
parent
commit
da1d431587
  1. 2
      src/App.vue

2
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
}
}

Loading…
Cancel
Save