mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-11-10 23:35:43 +01:00
chore(lint): Eslint 9 update
This commit is contained in:
@@ -25,13 +25,13 @@ import Generic from "./Generic.vue";
|
||||
|
||||
export default {
|
||||
name: "AdGuardHome",
|
||||
components: {
|
||||
Generic,
|
||||
},
|
||||
mixins: [service],
|
||||
props: {
|
||||
item: Object,
|
||||
},
|
||||
components: {
|
||||
Generic,
|
||||
},
|
||||
data: () => {
|
||||
return {
|
||||
status: null,
|
||||
|
||||
Reference in New Issue
Block a user