Fixed error where dependency loops including classLevels break the sheet

This commit is contained in:
Stefan Zermatten
2022-02-26 13:06:00 +02:00
parent 59c69a46a8
commit 7ee4a22d77
9 changed files with 57 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
v-on="hasClickListener ? {click} : {}"
>
<v-list-item-content>
<v-list-item-title>
<v-list-item-title v-if="Number.isFinite(model.total)">
<div
v-if="model.total > 4"
class="layout value"
@@ -36,6 +36,11 @@
</v-icon>
</div>
</v-list-item-title>
<v-list-item-title v-else>
<code>
{{model.total}}
</code>
</v-list-item-title>
<v-list-item-subtitle>
{{ model.name }}
</v-list-item-subtitle>