diff --git a/apps/files_sharing/src/collaborationresources.js b/apps/files_sharing/src/collaborationresources.js index 8fd0004f89..d95f367637 100644 --- a/apps/files_sharing/src/collaborationresources.js +++ b/apps/files_sharing/src/collaborationresources.js @@ -21,15 +21,16 @@ */ import Vue from 'vue'; +import Vuex from 'vuex'; import { PopoverMenu } from 'nextcloud-vue'; import ClickOutside from 'vue-click-outside'; import { VTooltip } from 'v-tooltip'; Vue.prototype.t = t; - Vue.component('PopoverMenu', PopoverMenu); Vue.directive('ClickOutside', ClickOutside); Vue.directive('Tooltip', VTooltip); +Vue.use(Vuex); import View from './views/CollaborationView'; diff --git a/package-lock.json b/package-lock.json index f866f05717..b784ea7de5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4858,9 +4858,9 @@ } }, "nextcloud-vue-collections": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.5.0.tgz", - "integrity": "sha512-YEt9k4aykFozTSjdPzjPYKfL6UErTyjeVzShLDbH13wVvO4bicV69QXmxi0r+mihUTe46jCJxp3Fh8JwKwj8nw==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/nextcloud-vue-collections/-/nextcloud-vue-collections-0.5.2.tgz", + "integrity": "sha512-trqoV2cPhjwelzqE5bhxm6jBDdE9IxrPo1EXjebEBNB3GXT76cL0BpxVf/lZQYXQ6ylKxbLL4tPwEFUT0scyxw==", "requires": { "lodash": "^4.17.11", "nextcloud-axios": "^0.1.2", diff --git a/package.json b/package.json index 2bbee8ff02..90dedb2d2d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "nextcloud-axios": "^0.1.3", "nextcloud-password-confirmation": "^0.4.1", "nextcloud-vue": "^0.11.3", - "nextcloud-vue-collections": "^0.5.0", + "nextcloud-vue-collections": "^0.5.2", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8", "underscore": "^1.9.1",