Move to @nextcloud/vue

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-10-26 11:17:38 +02:00
parent 4b96f1892d
commit 0d98d02b76
15 changed files with 51 additions and 23 deletions

View File

@@ -30,7 +30,7 @@
<script>
import { CollectionList } from 'nextcloud-vue-collections'
import Vue from 'vue'
import PopoverMenu from 'nextcloud-vue/dist/Components/PopoverMenu'
import PopoverMenu from '@nextcloud/vue/dist/Components/PopoverMenu'
Vue.component('popover-menu', PopoverMenu)