Removed all UI computations from viewers and components

This commit is contained in:
Stefan Zermatten
2021-01-31 18:42:17 +02:00
parent a5284bf6e8
commit aee899e181
27 changed files with 107 additions and 232 deletions

View File

@@ -56,8 +56,8 @@
/>
</h3>
<property-description
v-if="node.description"
:value="node.description"
:string="model.description"
:calculations="model.descriptionCalculations"
/>
</div>
</v-card-title>