mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
fix: name collision in NextCloud service
This commit is contained in:
parent
58b718c2a9
commit
43678d09c1
@ -22,15 +22,14 @@ import Generic from "./Generic.vue";
|
||||
|
||||
export default {
|
||||
name: "Nextcloud",
|
||||
components: {
|
||||
Generic,
|
||||
},
|
||||
mixins: [service],
|
||||
props: {
|
||||
item: Object,
|
||||
},
|
||||
components: {
|
||||
Generic,
|
||||
},
|
||||
data: () => ({
|
||||
status: null,
|
||||
fetchOk: null,
|
||||
versionstring: null,
|
||||
maintenance: null,
|
||||
|
Loading…
Reference in New Issue
Block a user