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 @@

- +

+