mirror of https://github.com/bastienwirtz/homer
fix: name collision in NextCloud service
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