diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 9db8a1d..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/LabSWPS.de.hhn.labsw.labswp_2019_sose_geocaching.iml b/.idea/modules/LabSWPS.de.hhn.labsw.labswp_2019_sose_geocaching.iml deleted file mode 100644 index 92b5305..0000000 --- a/.idea/modules/LabSWPS.de.hhn.labsw.labswp_2019_sose_geocaching.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/frontend/quasar.conf.js b/frontend/quasar.conf.js index f8f9711..51b4962 100644 --- a/frontend/quasar.conf.js +++ b/frontend/quasar.conf.js @@ -47,7 +47,8 @@ module.exports = function (ctx) { 'QCardActions', 'QCheckbox', 'QSeparator', - 'QInput' + 'QInput', + 'QImg' ], directives: [ diff --git a/frontend/src/pages/Index.vue b/frontend/src/pages/Index.vue index 03ae658..0ad2ac0 100644 --- a/frontend/src/pages/Index.vue +++ b/frontend/src/pages/Index.vue @@ -1,49 +1,35 @@