forked from platypush/platypush
Removed unused expanded
data attribute
This commit is contained in:
parent
d7214c4c83
commit
68dd09e8ae
2 changed files with 0 additions and 12 deletions
|
@ -63,12 +63,6 @@ export default {
|
||||||
components: {EntityIcon},
|
components: {EntityIcon},
|
||||||
mixins: [EntityMixin],
|
mixins: [EntityMixin],
|
||||||
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
expanded: false,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
valuePercent() {
|
valuePercent() {
|
||||||
if (this.value?.value == null)
|
if (this.value?.value == null)
|
||||||
|
|
|
@ -30,12 +30,6 @@ export default {
|
||||||
components: {EntityIcon},
|
components: {EntityIcon},
|
||||||
mixins: [EntityMixin],
|
mixins: [EntityMixin],
|
||||||
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
expanded: false,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
valuePercent() {
|
valuePercent() {
|
||||||
if (this.value?.value == null)
|
if (this.value?.value == null)
|
||||||
|
|
Loading…
Reference in a new issue