mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
⚡ Remove unused computed val
This commit is contained in:
parent
c823a2e9bd
commit
5c896fded5
1 changed files with 0 additions and 3 deletions
|
|
@ -45,9 +45,6 @@ export default {
|
||||||
}
|
}
|
||||||
return {};
|
return {};
|
||||||
},
|
},
|
||||||
showOnOffStatusOnly() {
|
|
||||||
return this.options.showOnOffStatusOnly;
|
|
||||||
},
|
|
||||||
limit() {
|
limit() {
|
||||||
return this.options.limit || 10;
|
return this.options.limit || 10;
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue