fix: name collision in NextCloud service

pull/816/head
Bastien Wirtz 2024-10-26 20:47:28 +02:00
parent 58b718c2a9
commit 43678d09c1
1 changed files with 3 additions and 4 deletions

View File

@ -22,15 +22,14 @@ import Generic from "./Generic.vue";
export default { export default {
name: "Nextcloud", name: "Nextcloud",
components: {
Generic,
},
mixins: [service], mixins: [service],
props: { props: {
item: Object, item: Object,
}, },
components: {
Generic,
},
data: () => ({ data: () => ({
status: null,
fetchOk: null, fetchOk: null,
versionstring: null, versionstring: null,
maintenance: null, maintenance: null,