Stopped inactive properties from showing computed inline fields, since they are not recomputed while inactive

This commit is contained in:
Stefan Zermatten
2021-02-11 13:12:35 +02:00
parent 3313ed0297
commit 81cdf282ea
16 changed files with 20 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
<computed
:string="model.summary"
:calculations="model.summaryCalculations"
:inactive="model.inactive"
/>
</v-card-text>
</toolbar-card>