remove deprecated nextcloud-vue-collections

Signed-off-by: grnd-alt <git@belakkaf.net>
This commit is contained in:
grnd-alt
2025-01-16 17:46:51 +01:00
parent 90af63d757
commit 7b21a9a7ea
5 changed files with 9 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
<template>
<div>
<CollectionList v-if="boardId"
<NcCollectionList v-if="boardId"
:id="boardId"
:name="boardTitle"
type="deck" />
@@ -13,12 +13,12 @@
</template>
<script>
import { CollectionList } from 'nextcloud-vue-collections'
import { NcCollectionList } from '@nextcloud/vue'
export default {
name: 'CollaborationView',
components: {
CollectionList,
NcCollectionList,
},
computed: {
boardId() {