⚡ Remove unused computed val
This commit is contained in:
@@ -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;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user