From 6433b5d902e5fadae3f87c15fa16ddf620bcf7ef Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 3 Jul 2023 16:57:35 +0200 Subject: [PATCH] Finish base discovery view --- src/App.vue | 2 +- src/main.js | 2 ++ src/views/Discover.vue | 14 ++++++++++++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 80dfb4f..c23e286 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,7 +5,7 @@ diff --git a/src/main.js b/src/main.js index c06c716..5489f9b 100644 --- a/src/main.js +++ b/src/main.js @@ -10,6 +10,8 @@ __webpack_public_path__ = generateFilePath(appName, '', 'js/') Vue.mixin({ methods: { t, n } }) Vue.use(Plugin) +Vue.prototype.OC = window.OC +Vue.prototype.OCA = window.OCA export default new Vue({ el: '#content', diff --git a/src/views/Discover.vue b/src/views/Discover.vue index 080a5f2..a9bb922 100644 --- a/src/views/Discover.vue +++ b/src/views/Discover.vue @@ -2,23 +2,33 @@

- +

+
    + + + +